aboutsummaryrefslogtreecommitdiff
path: root/misc/help2man/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-30 12:54:03 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-30 12:54:03 +0000
commitf4b8e5391a6b6813cc419e235c3744648fce5575 (patch)
treeaafc2042f5fca6d03ece0fbd642ca1c3a7643332 /misc/help2man/Makefile
parentea19e74fcadfbcf878db38713d1e856b2005e7bc (diff)
downloadports-f4b8e5391a6b6813cc419e235c3744648fce5575.tar.gz
ports-f4b8e5391a6b6813cc419e235c3744648fce5575.zip
add help2man 1.25
Automatically generating simple manual pages from program output
Notes
Notes: svn path=/head/; revision=54022
Diffstat (limited to 'misc/help2man/Makefile')
-rw-r--r--misc/help2man/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile
new file mode 100644
index 000000000000..0cac359fc45f
--- /dev/null
+++ b/misc/help2man/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# Ports collection makefile for: help2man
+# Date created: Jan 30, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= help2man
+PORTVERSION= 1.25
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+MAN1= help2man.1
+
+.include <bsd.port.mk>