mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
22 lines
396 B
Makefile
22 lines
396 B
Makefile
# Created by: Jason R. Mastaler <jason@mastaler.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mad
|
|
PORTVERSION= 0.15.0b
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The "meta-port" for the MAD sound playback system
|
|
|
|
RUN_DEPENDS= madplay:${PORTSDIR}/audio/madplay
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|