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 | |
parent | Fix build under resent 7.0 (src/sys/sys/interrupt.h rev. 1.32). (diff) |
new slave port gnustep-back with cairo backend
Notes
Notes:
svn path=/head/; revision=147346
-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" |