1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/audio/mp3c/Makefile
Sam Lawrance 3968692348 Update mastersite and WWW link
PR:		ports/87927
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	Joris Vandalon <joris@vandalon.nl> (maintainer)
2005-10-29 13:54:29 +00:00

33 lines
752 B
Makefile

# New ports collection makefile for: mp3c
# Date created: 11 Jul 2002
# Whom: Joris Vandalon <joris@vandalon.nl>
#
# $FreeBSD$
#
PORTNAME= mp3c
PORTVERSION= 0.27
CATEGORIES= audio
MASTER_SITES= ftp://ftp.wspse.de/linux/wspse/:src
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \
cdrip.sh
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= joris@vandalon.nl
COMMENT= A CD to mp3c converter with a console frontend
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>