sebastia 072f18e178 small update to simpleagenda, 0.41 -> 0.41.1
fixes groupdav connection to opengroupware.

OK landry@
2011-03-05 11:25:24 +00:00

25 lines
634 B
Makefile

# $OpenBSD: Makefile,v 1.4 2011/03/05 11:25:24 sebastia Exp $
COMMENT= calendaring application based on GNUstep
VERSION= 0.41.1
DISTNAME= SimpleAgenda-${VERSION}
PKGNAME= ${DISTNAME:L}
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
LIB_DEPENDS= x11/gnustep/addresses \
sysutils/e2fsprogs \
textproc/libical
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES`
CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include
.include <bsd.port.mk>