diff options
Diffstat (limited to 'net/mpd-netgraph/Makefile')
-rw-r--r-- | net/mpd-netgraph/Makefile | 19 |
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> |