openbsd-ports/x11/gnustep/gnumail/Makefile

37 lines
928 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2011/05/15 13:03:26 sebastia Exp $
COMMENT= GNUstep mail application
DISTNAME= GNUMail-1.2.0pre3
REVISION = 8
SHARED_LIBS= GNUMail 2.0 # .1.2
CATEGORIES= mail
HOMEPAGE= http://www.collaboration-world.com/gnumail
WANTLIB+= c m pthread AddressView Addresses Pantomime
MASTER_SITES= ${HOMEPAGE}.data/releases/Stable/
MODULES= x11/gnustep
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= x11/gnustep/addresses \
x11/gnustep/pantomime
MAKE_ENV+= GNUMail_INTERFACE_VERSION=${LIBGNUMail_VERSION}
WRKDIST= ${WRKDIR}/GNUMail
BUNDLES= Account Advanced Clock Colors Compose Emoticon Fonts \
Filtering Face Import MIME PGP Receiving Sending Viewing
post-extract:
@rm ${WRKSRC}/Framework/GNUMail/MailWindowController.m.orig
pre-configure:
.for i in ${BUNDLES}
@perl -pi -e 's,^BUNDLE_INSTALL_DIR.*,BUNDLE_INSTALL_DIR=\$$(GNUSTEP_APPLICATION_SUPPORT)/GNUMail,g' \
${WRKSRC}/Bundles/${i}/GNUmakefile
.endfor
.include <bsd.port.mk>