diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-13 11:57:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-13 11:57:25 +0800 |
commit | 44fd51006809b35e7b92415f49a6d5df498af1fa (patch) | |
tree | cf5bc34dc6d9e1b3cba11b4bbea429e80e9b2817 /mail/addresses/Makefile | |
parent | 10e5fdd74da962755ef9143ee3527c0ea3b520ce (diff) | |
download | freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.gz freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.zst freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.zip |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Diffstat (limited to 'mail/addresses/Makefile')
-rw-r--r-- | mail/addresses/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile index e81bd72d61fe..01c6806f5e00 100644 --- a/mail/addresses/Makefile +++ b/mail/addresses/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: Addresses +# New ports collection makefile for: addresses # Date created: 13 Nov 2004 # Whom: Miguel Mendez <flynn@energyhq.es.eu.org> # @@ -15,17 +15,13 @@ DISTNAME= Addresses-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= A versatile addressbook for GNUstep -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes -WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION} -USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= GNUmakefile -LDCONFIG_DIRS= ${LOCALLIBDIR} -INSTALLS_SHLIB= yes +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} + +WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION} .include <bsd.port.mk> |