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