diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-04 04:42:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-04 04:42:00 +0000 |
commit | 8666bcde9b4460f780411a760b6e67a72f9aba45 (patch) | |
tree | 4fe25f84d4dd8412df293f4758627b4678aacbad /x11-toolkits/gnustep-art | |
parent | a65d2804ddafa4081c1f17e284d68b0ca33e60c6 (diff) | |
download | ports-8666bcde9b4460f780411a760b6e67a72f9aba45.tar.gz ports-8666bcde9b4460f780411a760b6e67a72f9aba45.zip |
Notes
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" |