2013-05-03 18:36:39 +02:00
|
|
|
# Created by: Helko Glathe <glathe.helko@googlemail.com>
|
2009-06-10 17:41:41 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= clamz
|
2012-05-16 19:15:19 +02:00
|
|
|
PORTVERSION= 0.5
|
2015-01-02 19:46:33 +01:00
|
|
|
PORTREVISION= 4
|
2009-06-10 17:41:41 +02:00
|
|
|
CATEGORIES= net audio
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2009-06-10 17:41:41 +02:00
|
|
|
|
|
|
|
MAINTAINER= glathe.helko@googlemail.com
|
|
|
|
COMMENT= Command-line program to download MP3 files from Amazon's music store
|
|
|
|
|
2016-09-14 17:59:34 +02:00
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
|
|
libexpat.so:textproc/expat2 \
|
|
|
|
libgcrypt.so:security/libgcrypt
|
2009-06-10 17:41:41 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2010-10-25 10:55:11 +02:00
|
|
|
|
2009-06-10 17:41:41 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-08-31 02:26:08 +02:00
|
|
|
USES= pkgconfig
|
2009-06-10 17:41:41 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|