diff options
Diffstat (limited to 'x11-wm/enlightenment-docs/Makefile')
-rw-r--r-- | x11-wm/enlightenment-docs/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-wm/enlightenment-docs/Makefile b/x11-wm/enlightenment-docs/Makefile new file mode 100644 index 000000000000..ffa001c4bb35 --- /dev/null +++ b/x11-wm/enlightenment-docs/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: enlightenment-docs +# Date created: 08 Aug 2004 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= enlightenment-docs +PORTVERSION= 0.16.7 +CATEGORIES= x11-wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= enlightenment + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Data files of enlightenment DOX + +RUN_DEPENDS= ${X11BASE}/bin/enlightenment:${PORTSDIR}/x11-wm/enlightenment + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-fsstd + +.include <bsd.port.mk> |