1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net/clamz/Makefile

24 lines
513 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= GOOGLE_CODE
MAINTAINER= glathe.helko@googlemail.com
COMMENT= Command-line program to download MP3 files from Amazon's music store
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>