diff options
Diffstat (limited to 'x11/xorg-docs/Makefile')
-rw-r--r-- | x11/xorg-docs/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xorg-docs/Makefile b/x11/xorg-docs/Makefile new file mode 100644 index 000000000000..81f6c429fd16 --- /dev/null +++ b/x11/xorg-docs/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xorg-docs +# Date Created: Nov 2 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xorg-docs +PORTVERSION= 1.3 +PORTEPOCH= 1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.org documentation files + +CONFLICTS= XFree86-documents-* xorg-documents-* + +XORG_CAT= doc + +.include <bsd.port.mk> |