mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f3b014b8b3
audio/cd2mp3 [1] audio/mp3unicode [2] databases/spatialite [3] deskutils/aspostit devel/bennugd-modules [4] net/hinfo www/caudium14 [5] Approved by: shaun (mentor) mark@foster.cc (maintainer[1]) makc (maintainer[2]) wenheping@gmail.com (maintainer[3]) amdmi3 (maintainer[4]) johans (maintainer[5])
36 lines
762 B
Makefile
36 lines
762 B
Makefile
# New ports collection makefile for: cd2mp3
|
|
# Date created: 4 January 2000
|
|
# Whom: Jamie Heckford <jamie@blackhole.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cd2mp3
|
|
PORTVERSION= 0.82
|
|
PORTREVISION= 3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \
|
|
http://mark.foster.cc/pub/freebsd/ports/distfiles/
|
|
|
|
MAINTAINER= mark@foster.cc
|
|
COMMENT= Easy to use CD Ripping and MP3 Encoding tool
|
|
|
|
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
|
|
dagrab:${PORTSDIR}/audio/dagrab
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/cd2mp3
|
|
|
|
PLIST_FILES= bin/cd2mp3
|
|
PORTDOCS= README
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${PREFIX}/bin/
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|