summaryrefslogtreecommitdiff
path: root/net/mpd-netgraph/Makefile
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1999-12-09 23:03:13 +0000
committerArchie Cobbs <archie@FreeBSD.org>1999-12-09 23:03:13 +0000
commit1e14991638e19eb798be2eae44d4a6b39bee2d0c (patch)
tree8f026306ef853aa7eb80ccb5140fdabef3d044a9 /net/mpd-netgraph/Makefile
parentUpgrade to 0.90. (diff)
Add a new port for the new netgraph(4) based version of mpd.
This was done because it's incompatibile with FreeBSD 3.3 and older.
Notes
Notes: svn path=/head/; revision=23695
Diffstat (limited to 'net/mpd-netgraph/Makefile')
-rw-r--r--net/mpd-netgraph/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/mpd-netgraph/Makefile b/net/mpd-netgraph/Makefile
new file mode 100644
index 000000000000..001a0704a73f
--- /dev/null
+++ b/net/mpd-netgraph/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: mpd
+# Version required: 3.0b1
+# Date created: 9 Dec 1999
+# Whom: Archie Cobbs
+#
+# $FreeBSD$
+#
+
+DISTNAME= mpd-3.0b1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.whistle.com/pub/archie/mpd/
+
+MAINTAINER= archie@freebsd.org
+
+MTREE_FILE= ${FILESDIR}/mpd.mtree
+MAN8= mpd.8
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>