2012-08-22 03:15:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2012/08/22 07:15:52 sebastia Exp $
|
2010-10-25 05:39:31 -04:00
|
|
|
|
|
|
|
COMMENT= calendaring application based on GNUstep
|
|
|
|
|
2012-03-31 06:15:16 -04:00
|
|
|
VERSION = 0.42.2
|
2012-08-22 03:15:51 -04:00
|
|
|
REVISION = 1
|
2010-10-25 05:39:31 -04:00
|
|
|
DISTNAME= SimpleAgenda-${VERSION}
|
|
|
|
CATEGORIES+= productivity
|
|
|
|
|
|
|
|
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
|
|
|
|
HOMEPAGE= http://coyote.octets.fr/simpleagenda/
|
|
|
|
|
|
|
|
MODULES= x11/gnustep
|
|
|
|
|
2011-05-14 04:35:30 -04:00
|
|
|
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
|
2010-10-25 05:39:31 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2011-05-14 04:35:30 -04:00
|
|
|
CONFIGURE_ENV += GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES`
|
|
|
|
CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include
|
2010-10-25 05:39:31 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|