aboutsummaryrefslogtreecommitdiff
path: root/textproc/popup/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-18 18:20:44 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-18 18:20:44 +0000
commit26143f4272240111e32f3bdabf1da3f01bfeaa03 (patch)
treed96a676bcb9f4e4339177b7f242a38a20ded9d54 /textproc/popup/Makefile
parentea83568e7bdcb0921ffe64e73850865be907f575 (diff)
downloadports-26143f4272240111e32f3bdabf1da3f01bfeaa03.tar.gz
ports-26143f4272240111e32f3bdabf1da3f01bfeaa03.zip
Notes
Diffstat (limited to 'textproc/popup/Makefile')
-rw-r--r--textproc/popup/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/popup/Makefile b/textproc/popup/Makefile
new file mode 100644
index 000000000000..65c7bce81e65
--- /dev/null
+++ b/textproc/popup/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: popup
+# Date created: 18 Dec 2006
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= popup
+PORTVERSION= 0.5
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= Popup-${PORTVERSION}pre1
+
+MAINTAINER= dinoex@FreeBSD.org
+COMMENT= Interactive learning aid for pairs of words
+
+USE_GNUSTEP= yes
+USE_GNUSTEP_PREFIX= yes
+USE_GNUSTEP_BACK= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
+
+.include <bsd.port.mk>