diff options
Diffstat (limited to 'x11-toolkits/gnustep-art')
-rw-r--r-- | x11-toolkits/gnustep-art/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-art/Makefile b/x11-toolkits/gnustep-art/Makefile new file mode 100644 index 000000000000..d0d1e74b00fe --- /dev/null +++ b/x11-toolkits/gnustep-art/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gnustep-art +# Date created: 29.Mar.2003 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +CATEGORIES= x11-toolkits +PKGNAMESUFFIX= -art + +MAINTAINER= dinoex@FreeBSD.org + +WITH_GNUSTEP_LIBART= yes +MASTERDIR?= ${.CURDIR}/../gnustep-back + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |