diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
commit | 6e7ac2e081c723705c073dc180c0de11185c7c68 (patch) | |
tree | 76cf5568816f24f0b77ea4582877fdbb260f204d /mail | |
parent | 45f874a11c424e64a63cfbbbfcc34de68d6f3dfd (diff) | |
download | FreeBSD-ports-6e7ac2e081c723705c073dc180c0de11185c7c68.zip FreeBSD-ports-6e7ac2e081c723705c073dc180c0de11185c7c68.tar.gz |
- new option GNUSTEP_PREFIX
allow user defined location of all files
Diffstat (limited to 'mail')
-rw-r--r-- | mail/addresses/Makefile | 3 | ||||
-rw-r--r-- | mail/addresses/distinfo | 1 | ||||
-rw-r--r-- | mail/gnumail/Makefile | 3 | ||||
-rw-r--r-- | mail/pantomime-ssl/Makefile | 3 | ||||
-rw-r--r-- | mail/pantomime/Makefile | 3 |
5 files changed, 9 insertions, 4 deletions
diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile index 3616a57..4be9550 100644 --- a/mail/addresses/Makefile +++ b/mail/addresses/Makefile @@ -15,7 +15,8 @@ DISTNAME= Addresses-${PORTVERSION} MAINTAINER= flynn@energyhq.es.eu.org COMMENT= A versatile addressbook for GNUstep -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION} USE_GMAKE= yes diff --git a/mail/addresses/distinfo b/mail/addresses/distinfo index acb517b..fac1583 100644 --- a/mail/addresses/distinfo +++ b/mail/addresses/distinfo @@ -1,2 +1,3 @@ MD5 (Addresses-0.4.6.tar.gz) = 2d6b6bf9a1578a5b3a13cb0bd2c60fad +SHA256 (Addresses-0.4.6.tar.gz) = a901d13676b745c3523f581824434387e592cb721df7b3d3719496946c610155 SIZE (Addresses-0.4.6.tar.gz) = 444463 diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 6cc1aa3..82c7ab2 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS+= ${LOCALLIBDIR}/libAddresses.so:${PORTSDIR}/${ADDRESSES_PORT} RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT} RUN_DEPENDS+= ${LOCALLIBDIR}/libAddresses.so:${PORTSDIR}/${ADDRESSES_PORT} -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes WRKSRC= ${WRKDIR}/GNUMail USE_GMAKE= yes diff --git a/mail/pantomime-ssl/Makefile b/mail/pantomime-ssl/Makefile index 0c62573..31f3725 100644 --- a/mail/pantomime-ssl/Makefile +++ b/mail/pantomime-ssl/Makefile @@ -19,7 +19,8 @@ COMMENT= SSL Connections for pantomime BUILD_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT} RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT} -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes WRKSRC= ${WRKDIR}/Pantomime/Bundles/SSL USE_OPENSSL= yes diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 77ce9bf..781e000 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -15,7 +15,8 @@ DISTNAME= Pantomime-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Mail/MIME handling library for GNUstep -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes WRKSRC= ${WRKDIR}/Pantomime USE_GMAKE= yes |