diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-28 01:42:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-28 01:42:30 +0000 |
commit | 960b679f1061d065f88bd4813bde263ce678ada8 (patch) | |
tree | 107bdb5fa02093444105d6a1fc5e4d2603aea083 /mail | |
parent | 35fc62a6c3987f2a495454e42d8c7d7e50f7cc74 (diff) | |
download | ports-960b679f1061d065f88bd4813bde263ce678ada8.tar.gz ports-960b679f1061d065f88bd4813bde263ce678ada8.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnumail/Makefile | 9 | ||||
-rw-r--r-- | mail/pantomime-ssl/Makefile | 12 | ||||
-rw-r--r-- | mail/pantomime/Makefile | 13 |
3 files changed, 14 insertions, 20 deletions
diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 85d13dc87cf6..0dbed98be70c 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -23,16 +23,15 @@ PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes WRKSRC= ${WRKDIR}/GNUMail USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes MAKEFILE= ALL_TARGET= .include <bsd.port.pre.mk> -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk" - PANTOMIME_PORT?= mail/pantomime .include <bsd.port.post.mk> diff --git a/mail/pantomime-ssl/Makefile b/mail/pantomime-ssl/Makefile index 9acdb02b7ea1..dbd05561076e 100644 --- a/mail/pantomime-ssl/Makefile +++ b/mail/pantomime-ssl/Makefile @@ -23,17 +23,15 @@ RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT} PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes WRKSRC= ${WRKDIR}/Pantomime/Bundles/SSL +USE_OPENSSL= yes USE_GMAKE= yes -MAKEFILE= GNUmakefile - -.include <bsd.port.pre.mk> - -.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" - +USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk" +MAKEFILE= GNUmakefile + +.include <bsd.port.pre.mk> PANTOMIME_PORT?= mail/pantomime diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 293e232383da..a9cfe58c2f54 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -20,15 +20,12 @@ PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes WRKSRC= ${WRKDIR}/Pantomime USE_GMAKE= yes -MAKEFILE= GNUmakefile -LDCONFIG_DIRS= ${LOCALLIBDIR} -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - +USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk" +MAKEFILE= GNUmakefile +LDCONFIG_DIRS= ${LOCALLIBDIR} +INSTALLS_SHLIB= yes -.include <bsd.port.post.mk> +.include <bsd.port.mk> |