From f002496e82a9612d9558597513fdcd3afbc36173 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 28 Oct 2002 20:53:42 +0000 Subject: support for gnustep-back, option GNUSTEP_GUI_DEVEL --- mail/pantomime/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mail/pantomime') diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 9c4391f3f66e..fed7abe360e2 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -15,8 +15,13 @@ DISTNAME= Pantomime-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org +.if defined(GNUSTEP_GUI_DEVEL) +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 @@ -25,6 +30,7 @@ MAKEFILE= GNUmakefile 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 -- cgit v1.2.3