freebsd-ports/www/castget/Makefile
Kurt Jaeger b410a33b8d www/castget: 1.0.1 -> 1.2.2
- bug fixes with broken enclosure filenames, width of the progress bar

PR:		206565
Submitted by:	don subleski <dsubleski@yahoo.com>
2016-01-26 18:06:31 +00:00

30 lines
684 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= castget
PORTVERSION= 1.2.2
CATEGORIES= www
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line podcast downloader
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \
libcurl.so:${PORTSDIR}/ftp/curl
USE_LDCONFIG= yes
USES= libtool pkgconfig tar:bzip2
USE_GNOME= glib20 libxml2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
# CONFIGURE_ARGS= --disable-static
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_FILES= bin/castget \
man/man1/castget.1.gz man/man5/castgetrc.5.gz
.include <bsd.port.mk>