mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
18 lines
300 B
Makefile
18 lines
300 B
Makefile
# Created by: Dejan Lesjak <lesi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= inputproto
|
|
PORTVERSION= 2.3.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Input extension headers
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
XORG_CAT= proto
|
|
|
|
CONFIGURE_ARGS= --without-asciidoc
|
|
|
|
.include <bsd.port.mk>
|