aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/filepp/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-02-21 14:05:31 +0800
committerijliao <ijliao@FreeBSD.org>2001-02-21 14:05:31 +0800
commitbf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde (patch)
tree7af24c407e0facce7a23cb108f31170d79dfdbc1 /textproc/filepp/Makefile
parentd18189f91bcf00e27f60754a338844ce5b16eb8d (diff)
downloadfreebsd-ports-gnome-bf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde.tar.gz
freebsd-ports-gnome-bf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde.tar.zst
freebsd-ports-gnome-bf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde.zip
add filepp, a generic file preprocessor
Diffstat (limited to 'textproc/filepp/Makefile')
-rw-r--r--textproc/filepp/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile
new file mode 100644
index 000000000000..a0235dae21e2
--- /dev/null
+++ b/textproc/filepp/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# New ports collection makefile for: filepp
+# Date created: Feb 21, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= filepp
+PORTVERSION= 1.2.0
+CATEGORIES= textproc
+MASTER_SITES= http://www.cabaret.demon.co.uk/filepp/
+
+MAINTAINER= ijliao@FreeBSD.org
+
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+NO_BUILD= yes
+
+MAN1= filepp.1
+
+.include <bsd.port.mk>