2006-11-30 18:22:45 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= addresses
|
2013-10-08 20:19:42 +02:00
|
|
|
PORTVERSION= 0.4.8
|
2017-12-03 13:23:53 +01:00
|
|
|
PORTREVISION= 6
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= mail gnustep
|
2015-04-09 09:44:41 +02:00
|
|
|
MASTER_SITES= SAVANNAH/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
|
|
|
|
|
2015-04-09 09:44:41 +02:00
|
|
|
USES= gnustep
|
|
|
|
USE_GNUSTEP= back build
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libInspector.so:deskutils/gworkspace \
|
|
|
|
libAddresses.so:mail/addresses
|
2015-04-09 09:44:41 +02:00
|
|
|
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
2006-11-30 18:22:45 +01:00
|
|
|
|
2013-10-08 20:19:42 +02:00
|
|
|
WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION}/Goodies
|
2006-11-30 18:22:45 +01:00
|
|
|
|
|
|
|
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>
|