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