2009-01-16 14:25:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= simpleagenda
|
2013-08-28 20:26:01 +02:00
|
|
|
PORTVERSION= 0.43
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 3
|
2009-01-16 14:25:22 +01:00
|
|
|
CATEGORIES= deskutils gnustep
|
|
|
|
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
|
|
|
|
DISTNAME= SimpleAgenda-${PORTVERSION}
|
|
|
|
|
2013-08-28 20:26:01 +02:00
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
2009-01-16 14:25:22 +01:00
|
|
|
COMMENT= simple calendar and agenda application
|
|
|
|
|
2013-12-11 19:28:10 +01:00
|
|
|
LIB_DEPENDS+= libical.so:${PORTSDIR}/devel/libical
|
2009-01-16 14:25:22 +01:00
|
|
|
|
2010-06-04 15:49:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2015-04-09 09:44:41 +02:00
|
|
|
USES= gnustep
|
|
|
|
USE_GNUSTEP= back build
|
|
|
|
GNU_CONFIGURE= yes
|
2009-01-16 14:25:22 +01:00
|
|
|
|
2011-04-16 07:10:55 +02:00
|
|
|
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
|
|
|
|
2009-01-16 14:25:22 +01:00
|
|
|
.include <bsd.port.mk>
|