483a696233
gnustep-base doesn't need to install the compatibility layer anymore, which requires a major lib bump. Bump revision of all dependent packages, and remove double REVISION in webservices OK landry@
26 lines
663 B
Makefile
26 lines
663 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/08/22 07:15:52 sebastia Exp $
|
|
|
|
COMMENT= calendaring application based on GNUstep
|
|
|
|
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 \
|
|
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>
|