mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
3ae9530eea
PR: ports/151026 Submitted by: decke Approved by: maintainer timeout (4 weeks)
29 lines
654 B
Makefile
29 lines
654 B
Makefile
# New ports collection makefile for: clamz
|
|
# Date created: 2009-06-08
|
|
# Whom: Helko Glathe <glathe.helko@googlemail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clamz
|
|
PORTVERSION= 0.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= curl.6:${PORTSDIR}/ftp/curl \
|
|
expat.6:${PORTSDIR}/textproc/expat2 \
|
|
gcrypt.17:${PORTSDIR}/security/libgcrypt
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= pkgconfig
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
.include <bsd.port.mk>
|