mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
1e14991638
This was done because it's incompatibile with FreeBSD 3.3 and older.
20 lines
352 B
Makefile
20 lines
352 B
Makefile
# 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>
|