mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d5945fb93f
Submitted by: Daniel Harris <dannyboy@subdimension.com>
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# New ports collection makefile for: cmp3
|
|
# Date created: 10 April 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cmp3
|
|
PORTVERSION= 2.0.p4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.personal.psu.edu/users/n/k/nkk104/cmp3/
|
|
DISTNAME= cmp3-2.0pre4
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
|
|
|
USE_GMAKE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/cmp3
|
|
PKGMESSAGE= ${WRKSRC}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|