2006-11-30 18:22:45 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= addresses
|
2013-10-08 20:19:42 +02:00
|
|
|
PORTVERSION= 0.4.8
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 3
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= mail gnustep
|
2007-07-25 19:14:41 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
|
|
MASTER_SITE_SUBDIR= gap
|
2006-11-30 18:22:45 +01:00
|
|
|
PKGNAMESUFFIX= -goodies${PKGNAMESUFFIX2}
|
|
|
|
DISTNAME= Addresses-${PORTVERSION}
|
|
|
|
|
2013-10-08 20:19:42 +02:00
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
2006-11-30 18:22:45 +01:00
|
|
|
COMMENT= Goodies for addressbook for GNUstep
|
|
|
|
|
2010-06-05 08:14:28 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2006-11-30 18:22:45 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
USE_GNUSTEP_SYSTEM_LIBS+= Inspector:${GWORKSPACE_PORT}
|
|
|
|
USE_GNUSTEP_LOCAL_LIBS+= Addresses:${ADDRESSES_PORT}
|
2007-01-13 04:57:25 +01:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
2006-11-30 18:22:45 +01:00
|
|
|
|
2010-06-03 05:45:04 +02:00
|
|
|
UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
2013-10-08 20:19:42 +02:00
|
|
|
WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION}/Goodies
|
2006-11-30 18:22:45 +01:00
|
|
|
|
|
|
|
ADDRESSES_PORT?= mail/addresses
|
|
|
|
GWORKSPACE_PORT?= deskutils/gworkspace
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|LDAPAddressBook||' \
|
2006-12-14 16:20:17 +01:00
|
|
|
-e 's|VCFViewer||' \
|
2006-11-30 18:22:45 +01:00
|
|
|
${WRKSRC}/GNUmakefile
|
|
|
|
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
|
|
|
-e 's|Library/GWorkspace|Library/Bundles|' \
|
|
|
|
-e 's|-lGWorkspace|-lInspector|' \
|
|
|
|
${WRKSRC}/VCFViewer/GNUmakefile
|
|
|
|
${REINPLACE_CMD} -e 's|<GWorkspace/|<Inspector/|' \
|
|
|
|
${WRKSRC}/VCFViewer/VCFViewer.h
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|