aboutsummaryrefslogtreecommitdiff
path: root/net/nload/Makefile
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2002-07-15 21:31:06 +0000
committerOllivier Robert <roberto@FreeBSD.org>2002-07-15 21:31:06 +0000
commit04371ceaeffc696e9dfbab713250a11a05fc5cec (patch)
tree3bab6b5d2daa920e1307cb6d97f8275e26b3953e /net/nload/Makefile
parent6b7a332ae7bd66c9e39226625cefe1bcbb5cafe9 (diff)
Notes
Diffstat (limited to 'net/nload/Makefile')
-rw-r--r--net/nload/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile
new file mode 100644
index 000000000000..be12a367d1ff
--- /dev/null
+++ b/net/nload/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: nload
+# Date created: 24 April 2002
+# Whom: Olivier Tharan <olive@oban.frmug.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nload
+PORTVERSION= 0.4.0
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= olive@oban.frmug.org
+
+GNU_CONFIGURE= yes
+
+MAN1= nload.1
+MANCOMPRESSED= yes
+
+post-install:
+ strip ${PREFIX}/bin/nload
+
+.include <bsd.port.mk>