diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-30 12:18:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-30 12:18:58 +0800 |
commit | 0a5ba77e9d3e898339bbd91a724b16e8178e7350 (patch) | |
tree | b6ef29c469706a039dbef8e5936abc78dd3b7872 | |
parent | e64d4765cda5fa4ebc4b9b753ef79511d31a5986 (diff) | |
download | freebsd-ports-graphics-0a5ba77e9d3e898339bbd91a724b16e8178e7350.tar.gz freebsd-ports-graphics-0a5ba77e9d3e898339bbd91a724b16e8178e7350.tar.zst freebsd-ports-graphics-0a5ba77e9d3e898339bbd91a724b16e8178e7350.zip |
Add slave-port gnustep-gui-devel
- use PKGNAMESUFFIX
- corrects dependeny for gnustep-back
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui-devel/Makefile | 15 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 |
4 files changed, 22 insertions, 2 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index bf16bd27d17..4e6d1e86c5e 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -32,6 +32,7 @@ SUBDIR += gnome-themes SUBDIR += gnustep-back SUBDIR += gnustep-gui + SUBDIR += gnustep-gui-devel SUBDIR += gnustep-xgps SUBDIR += gob SUBDIR += gtk-- diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 8a0881176e8..54fdd8c8c11 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ MAINTAINER= dinoex@FreeBSD.org -BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui -RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui +BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel +RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff diff --git a/x11-toolkits/gnustep-gui-devel/Makefile b/x11-toolkits/gnustep-gui-devel/Makefile new file mode 100644 index 00000000000..80d57a768c8 --- /dev/null +++ b/x11-toolkits/gnustep-gui-devel/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gnustep-gui-devel +# Date created: 30 October 2002 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +GNUSTEP_GUI_DEVEL= yes +MASTERDIR?= ${.CURDIR}/../gnustep-gui + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 58d67284a9c..8d2032dadad 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -14,6 +14,7 @@ PORTVERSION= 0.7.6 CATEGORIES= x11-toolkits .if defined(GNUSTEP_GUI_DEVEL) MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ +PKGNAMESUFFIX?= -devel .else MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex @@ -24,6 +25,9 @@ MAINTAINER= dinoex@FreeBSD.org BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff +.if defined(GNUSTEP_GUI_DEVEL) +LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile +.endif BREAKS_IF_PEDANTIC= yes .if defined(GNUSTEP_GUI_DEVEL) |