openbsd-ports/x11/gnustep/simpleagenda/Makefile

26 lines
663 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2012/08/22 07:15:52 sebastia Exp $
COMMENT= calendaring application based on GNUstep
2012-03-31 06:15:16 -04:00
VERSION = 0.42.2
REVISION = 1
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 \
2010-11-22 03:36:47 -05:00
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>