summaryrefslogtreecommitdiff
path: root/deskutils/simpleagenda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/simpleagenda/Makefile')
-rw-r--r--deskutils/simpleagenda/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile
new file mode 100644
index 000000000000..5a7e9714e670
--- /dev/null
+++ b/deskutils/simpleagenda/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: simpleagenda
+# Date created: 16 Jan 2009
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= simpleagenda
+PORTVERSION= 0.37
+CATEGORIES= deskutils gnustep
+MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
+DISTNAME= SimpleAgenda-${PORTVERSION}
+
+MAINTAINER= dinoex@FreeBSD.org
+COMMENT= simple calendar and agenda application
+
+LIB_DEPENDS+= ical:${PORTSDIR}/devel/libical
+
+USE_GNUSTEP= yes
+USE_GNUSTEP_PREFIX= yes
+USE_GNUSTEP_BACK= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
+
+.include <bsd.port.mk>