freebsd-ports/audio/mp3c/Makefile
Edwin Groothuis d3463e919d Fixed illegal fetchcommand.
Noticed by: kris@
2003-02-17 02:12:17 +00:00

31 lines
686 B
Makefile

# New ports collection makefile for: oneko
# Date created: 5 December 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= mp3c
PORTVERSION= 0.27
CATEGORIES= audio
MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/linux/wspse/:src \
http://www.cobweb.nl/wiebel/:script
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \
cdrip.sh:script
MAINTAINER= wiebel@FreeBSD.nl
RUN_DEPENDS= dagrab:${PORTSDIR}/audio/dagrab \
gogo:${PORTSDIR}/audio/gogo \
id3tool:${PORTSDIR}/audio/id3tool
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=${PREFIX}"
MAN1= mp3c.1
MANCOMPRESSED= no
post-install:
${INSTALL_SCRIPT} ${DISTDIR}/cdrip.sh ${LOCALBASE}/bin
.include <bsd.port.mk>