diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-11-05 09:01:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-11-05 09:01:29 +0000 |
commit | f0185f44da4a17cc6d398394c391be25ae0fae43 (patch) | |
tree | 95e9ec92eb0575367e45a24b6a1808250af0cccc /x11-toolkits/gnustep-cairo/Makefile | |
parent | 783bf0a15a57f59ff46c88a3effb85e92911c490 (diff) | |
download | ports-f0185f44da4a17cc6d398394c391be25ae0fae43.tar.gz ports-f0185f44da4a17cc6d398394c391be25ae0fae43.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-cairo/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-cairo/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-cairo/Makefile b/x11-toolkits/gnustep-cairo/Makefile new file mode 100644 index 000000000000..b48c57c2585e --- /dev/null +++ b/x11-toolkits/gnustep-cairo/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: gnustep-cairo +# Date created: 24.Oct.2005 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +CATEGORIES= x11-toolkits + +MAINTAINER= dinoex@FreeBSD.org + +WITH_GNUSTEP_CAIRO= yes +MASTERDIR= ${.CURDIR}/../gnustep-back + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |