aboutsummaryrefslogtreecommitdiff
path: root/net/libdnet/Makefile
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-05-27 01:25:57 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-05-27 01:25:57 +0000
commitbfea4ad2d9a4049d4c6f497b62a0c6ae83e48ec9 (patch)
tree1434eba4717e1242297692743bfcc27b1ded816c /net/libdnet/Makefile
parent2d172c0774c3e562c0e0fcb60162973a53c777c1 (diff)
downloadports-bfea4ad2d9a4049d4c6f497b62a0c6ae83e48ec9.tar.gz
ports-bfea4ad2d9a4049d4c6f497b62a0c6ae83e48ec9.zip
Notes
Diffstat (limited to 'net/libdnet/Makefile')
-rw-r--r--net/libdnet/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
new file mode 100644
index 000000000000..e5f001d2b2b6
--- /dev/null
+++ b/net/libdnet/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: libdnet
+# Date created: 15 April 2002
+# Whom: Dominic Marks <dominic_marks@btinternet.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libdnet
+PORTVERSION= 1.4
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= dominc_marks@btinternet.com
+
+GNU_CONFIGURE= yes
+
+MAN3= dnet.3
+MAN8= dnet.8
+
+.include <bsd.port.mk>