freebsd-ports/net/clamz/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

25 lines
563 B
Makefile

# Created by: Helko Glathe <glathe.helko@googlemail.com>
# $FreeBSD$
PORTNAME= clamz
PORTVERSION= 0.5
PORTREVISION= 4
CATEGORIES= net audio
MASTER_SITES= GOOGLE_CODE
MAINTAINER= glathe.helko@googlemail.com
COMMENT= Command-line program to download MP3 files from Amazon's music store
BROKEN= Unfetchable (google code has gone away)
LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2 \
libgcrypt.so:security/libgcrypt
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
USES= pkgconfig
.include <bsd.port.mk>