diff options
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gnustep-cairo/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 10d33f192540..9c587cb76595 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -36,6 +36,7 @@ SUBDIR += gnomemm SUBDIR += gnustep-art SUBDIR += gnustep-back + SUBDIR += gnustep-cairo SUBDIR += gnustep-gui SUBDIR += gnustep-xdps SUBDIR += gob 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" |