mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1228d352ee
MASTER_SITE_LOCAL site.
22 lines
369 B
Makefile
22 lines
369 B
Makefile
# New ports collection makefile for: mpd
|
|
# Date created: 25 Feb 1999
|
|
# Whom: Archie Cobbs
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpd
|
|
PORTVERSION= 2.0.b2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= archie
|
|
DISTNAME= mpd-2.0b2
|
|
|
|
MAINTAINER= archie@freebsd.org
|
|
|
|
MTREE_FILE= ${FILESDIR}/mpd.mtree
|
|
MAN8= mpd.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|