aboutsummaryrefslogtreecommitdiff
path: root/audio/asunder/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-09-17 17:37:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-09-17 17:37:55 +0000
commitddad398a1070eab710c85f802729b75bba96d174 (patch)
treeb81fe6704d30730ffc6d1d70f15952a9ad4e323f /audio/asunder/Makefile
parent75a7e399c034e0e56604e3c9ba401cb19c02018f (diff)
downloadports-ddad398a1070eab710c85f802729b75bba96d174.tar.gz
ports-ddad398a1070eab710c85f802729b75bba96d174.zip
Notes
Diffstat (limited to 'audio/asunder/Makefile')
-rw-r--r--audio/asunder/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/asunder/Makefile b/audio/asunder/Makefile
new file mode 100644
index 000000000000..88844c18f2b6
--- /dev/null
+++ b/audio/asunder/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: asunder
+# Date created: 14 September 2007
+# Whom: frase@frase.id.au
+#
+# $FreeBSD$
+
+PORTNAME= asunder
+PORTVERSION= 0.8.1
+CATEGORIES= audio
+MASTER_SITES= http://littlesvr.ca/asunder/releases/
+
+MAINTAINER= frase@frase.id.au
+COMMENT= A lightweight GTK+ CD ripper
+
+LIB_DEPENDS= cddb.4:${PORTSDIR}/audio/libcddb
+RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia
+
+GNU_CONFIGURE= yes
+USE_XLIB= yes
+USE_GNOME= gtk20
+
+.include <bsd.port.mk>