1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net/clamz/Makefile

24 lines
564 B
Makefile
Raw Normal View History

2013-05-03 16:36:39 +00:00
# Created by: Helko Glathe <glathe.helko@googlemail.com>
# $FreeBSD$
PORTNAME= clamz
PORTVERSION= 0.5
2015-01-02 18:46:33 +00:00
PORTREVISION= 4
CATEGORIES= net audio
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= glathe.helko@googlemail.com
COMMENT= Command-line program to download MP3 files from Amazon's music store
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libexpat.so:${PORTSDIR}/textproc/expat2 \
libgcrypt.so:${PORTSDIR}/security/libgcrypt
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
USES= pkgconfig
.include <bsd.port.mk>