mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
359 B
Makefile
21 lines
359 B
Makefile
# New ports collection makefile for: mpd
|
|
# Date created: 31 Jan 2000
|
|
# Whom: Archie Cobbs
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpd
|
|
PORTVERSION= 3.0.b7
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.whistle.com/pub/archie/mpd/
|
|
DISTNAME= mpd-3.0b7
|
|
|
|
MAINTAINER= archie@freebsd.org
|
|
|
|
MTREE_FILE= ${FILESDIR}/mpd.mtree
|
|
MAN8= mpd.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|