diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-17 17:37:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-17 17:37:55 +0000 |
commit | ddad398a1070eab710c85f802729b75bba96d174 (patch) | |
tree | b81fe6704d30730ffc6d1d70f15952a9ad4e323f /audio/asunder/Makefile | |
parent | 75a7e399c034e0e56604e3c9ba401cb19c02018f (diff) | |
download | ports-ddad398a1070eab710c85f802729b75bba96d174.tar.gz ports-ddad398a1070eab710c85f802729b75bba96d174.zip |
Notes
Diffstat (limited to 'audio/asunder/Makefile')
-rw-r--r-- | audio/asunder/Makefile | 22 |
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> |