aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-01-19 12:06:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-01-19 12:06:14 +0000
commit3b6641a158eff00a2c84962bae7a9dc47e73dc09 (patch)
tree3aada758a08f0da555e66c79ad3699ac4ba476b2 /mail
parent39146f3dade2b06172cd752ed23ab8d5447ec927 (diff)
downloadports-3b6641a158eff00a2c84962bae7a9dc47e73dc09.tar.gz
ports-3b6641a158eff00a2c84962bae7a9dc47e73dc09.zip
- new option GNUSTEP_PREFIX
allow user defined location of all files
Notes
Notes: svn path=/head/; revision=153867
Diffstat (limited to 'mail')
-rw-r--r--mail/addresses/Makefile3
-rw-r--r--mail/addresses/distinfo1
-rw-r--r--mail/gnumail/Makefile3
-rw-r--r--mail/pantomime-ssl/Makefile3
-rw-r--r--mail/pantomime/Makefile3
5 files changed, 9 insertions, 4 deletions
diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile
index 3616a57e819d..4be95503c1ff 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 acb517b25de1..fac15831a5e9 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 6cc1aa39ae7b..82c7ab27285b 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 0c62573ebd0e..31f3725e7a22 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 77ce9bf287bd..781e00051f3a 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