summaryrefslogtreecommitdiff
path: root/audio/ripit-atapi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ripit-atapi/Makefile')
-rw-r--r--audio/ripit-atapi/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/ripit-atapi/Makefile b/audio/ripit-atapi/Makefile
new file mode 100644
index 000000000000..f55ef4e96d4e
--- /dev/null
+++ b/audio/ripit-atapi/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: ripit-atapi
+# Version required: 1.5
+# Date created: 9 Sep 1999
+# Whom: Donald Burr <dburr@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= ripit-1.5
+PKGNAME= ripit-atapi-1.5
+CATEGORIES= audio
+MASTER_SITES= http://www.initio.no/~oyvindmo/distfiles/
+
+MAINTAINER= dburr@FreeBSD.ORG
+
+RUN_DEPENDS= bladeenc:${PORTSDIR}/audio/bladeenc \
+ cdd:${PORTSDIR}/audio/cdd \
+ cda:${PORTSDIR}/audio/xmcd \
+ sox:${PORTSDIR}/audio/sox
+
+NO_BUILD= yes
+USE_PERL5= yes
+
+do-install:
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin
+
+.include <bsd.port.mk>