1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/clamz/Makefile
2013-05-03 16:36:39 +00:00

31 lines
634 B
Makefile

# Created by: Helko Glathe <glathe.helko@googlemail.com>
# $FreeBSD$
PORTNAME= clamz
PORTVERSION= 0.5
PORTREVISION= 1
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= curl.6:${PORTSDIR}/ftp/curl \
expat.6:${PORTSDIR}/textproc/expat2 \
gcrypt:${PORTSDIR}/security/libgcrypt
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig
MAN1= ${PORTNAME}.1
post-install:
@${ECHO}
@${CAT} ${PKGMESSAGE}
@${ECHO}
.include <bsd.port.mk>