diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-20 04:49:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-20 04:49:01 +0000 |
commit | 34b1084035738604f178f4fc7407ca4ca20ff8a8 (patch) | |
tree | 7868912772afcbe13a3336b2941269cc6848e1fe /mail | |
parent | 11273ee6c0ef8083e10c30ef2338c25a052d9919 (diff) | |
download | ports-34b1084035738604f178f4fc7407ca4ca20ff8a8.tar.gz ports-34b1084035738604f178f4fc7407ca4ca20ff8a8.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnumail/Makefile | 13 | ||||
-rw-r--r-- | mail/pantomime/Makefile | 9 |
2 files changed, 0 insertions, 22 deletions
diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 4d0c805d482d..a09d8dc5b6bd 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -10,20 +10,12 @@ PORTVERSION= 1.0.3 CATEGORIES= mail MASTER_SITES= http://www.collaboration-world.com/gnumail.data/releases/Stable/ \ ftp://ftp.gnustep.org/pub/gnustep/usr-apps/ -.if defined(GNUSTEP_GUI_DEVEL) -PKGNAMESUFFIX?= -devel -.endif DISTNAME= GNUMail-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org -.if !defined(GNUSTEP_GUI_OLD) BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back -.else -BUILD_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps -RUN_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps -.endif BUILD_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/mail/pantomime RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/mail/pantomime @@ -31,16 +23,11 @@ PREFIX= ${LOCALBASE}/GNUstep WRKSRC= ${WRKDIR}/GNUMail USE_GMAKE= yes MAKEFILE= -.if !defined(GNUSTEP_GUI_OLD) MAKE_FLAGS+= GUI_BACKEND_LIB=back -.else -MAKE_FLAGS+= GUI_BACKEND_LIB=xgps -.endif ALL_TARGET= NO_MTREE= yes BACKBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-back.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu -XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu LOCALLIBDIR= ${PREFIX}/Local/Libraries/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu .include <bsd.port.pre.mk> diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index f5625323cc99..36351db8fa8b 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -10,20 +10,12 @@ PORTVERSION= 1.0.5 CATEGORIES= mail MASTER_SITES= http://www.collaboration-world.com/pantomime.data/releases/Stable/ \ ftp://ftp.gnustep.org/pub/gnustep/libs/ -.if defined(GNUSTEP_GUI_DEVEL) -PKGNAMESUFFIX?= -devel -.endif DISTNAME= Pantomime-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org -.if !defined(GNUSTEP_GUI_OLD) BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back -.else -BUILD_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps -RUN_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps -.endif PREFIX= ${LOCALBASE}/GNUstep WRKSRC= ${WRKDIR}/Pantomime @@ -33,7 +25,6 @@ ALL_TARGET= NO_MTREE= yes BACKBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-back.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu -XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu .include <bsd.port.pre.mk> |