sebastia a6f6516ace Bump revisions after gnustep-base update
regen patches for gnustep-examples
2012-07-08 14:15:11 +00:00

26 lines
662 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/07/08 14:15:11 sebastia Exp $
COMMENT= calendaring application based on GNUstep
VERSION = 0.42.2
REVISION = 0
DISTNAME= SimpleAgenda-${VERSION}
CATEGORIES+= productivity
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
HOMEPAGE= http://coyote.octets.fr/simpleagenda/
MODULES= x11/gnustep
WANTLIB += c m pthread e2fs-uuid ical Addresses DBusKit
LIB_DEPENDS = x11/gnustep/addresses \
x11/gnustep/dbuskit \
sysutils/e2fsprogs \
textproc/libical
CONFIGURE_STYLE=gnu
CONFIGURE_ENV += GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES`
CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include
.include <bsd.port.mk>