diff options
Diffstat (limited to 'x11/inputproto/Makefile')
-rw-r--r-- | x11/inputproto/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile new file mode 100644 index 000000000000..e6e406237ebb --- /dev/null +++ b/x11/inputproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: inputproto +# Date Created: 08 Aug 2005 +# Whom: Dejan Lesjak <lesi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= inputproto +PORTVERSION= 1.3.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Input extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> |