freebsd-ports/deskutils/simpleagenda/Makefile

29 lines
644 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= simpleagenda
PORTVERSION= 0.43
PORTREVISION= 3
CATEGORIES= deskutils gnustep
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
DISTNAME= SimpleAgenda-${PORTVERSION}
MAINTAINER= theraven@FreeBSD.org
COMMENT= simple calendar and agenda application
LIB_DEPENDS+= libical.so:${PORTSDIR}/devel/libical
2010-06-04 15:49:15 +02:00
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -I${LOCALBASE}/include
2009-10-20 19:08:52 +02:00
pre-configure:
${REINPLACE_CMD} -e 's|SimpleAgenda|SimpleAgenda.m|' ${WRKSRC}/configure
2010-03-09 15:35:18 +01:00
${REINPLACE_CMD} -e 's|-luuid||' ${WRKSRC}/GNUmakefile.preamble
2009-10-20 19:08:52 +02:00
.include <bsd.port.mk>