aboutsummaryrefslogtreecommitdiff
path: root/misc/sloccount/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-20 13:16:01 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-20 13:16:01 +0000
commitb8e5090b9405202e5dd2903725caa90412089058 (patch)
tree4f1f98c7b884ca9b4d55e6fbf2cd1a907c2c9ba9 /misc/sloccount/Makefile
parent281e522c64853ff6e4e3b91a133aff63d5d1a1b7 (diff)
downloadports-b8e5090b9405202e5dd2903725caa90412089058.tar.gz
ports-b8e5090b9405202e5dd2903725caa90412089058.zip
Notes
Diffstat (limited to 'misc/sloccount/Makefile')
-rw-r--r--misc/sloccount/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/sloccount/Makefile b/misc/sloccount/Makefile
new file mode 100644
index 000000000000..3dd9714847b5
--- /dev/null
+++ b/misc/sloccount/Makefile
@@ -0,0 +1,24 @@
+# ex:ts=8
+# New ports collection makefile for: sloccount
+# Date created: May 21, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= sloccount
+PORTVERSION= 1.8
+CATEGORIES= misc
+MASTER_SITES= http://www.dwheeler.com/sloccount/
+
+MAINTAINER= ports@FreeBSD.org
+
+MAKEFILE= makefile
+
+MANCOMPRESSED= yes
+MAN1= sloccount.1
+
+pre-install:
+ @${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+
+.include <bsd.port.mk>