1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/castget/Makefile

29 lines
684 B
Makefile
Raw Normal View History

2013-09-02 19:55:48 +00:00
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= castget
2007-12-15 09:28:59 +00:00
PORTVERSION= 1.0.1
PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= SAVANNAH CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line podcast downloader
2013-12-29 16:03:47 +00:00
LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \
libcurl.so:${PORTSDIR}/ftp/curl
USE_LDCONFIG= yes
2013-09-02 19:55:48 +00:00
USES= pkgconfig
USE_GNOME= glib20 libxml2
2007-10-13 19:05:55 +00:00
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-static
GNU_CONFIGURE= yes
2013-12-29 16:03:47 +00:00
PLIST_FILES= bin/castget include/libcastget.h \
lib/libcastget.la lib/libcastget.so lib/libcastget.so.0 \
man/man1/castget.1.gz man/man5/castgetrc.5.gz
.include <bsd.port.mk>