summaryrefslogtreecommitdiff
path: root/www/castget/Makefile
blob: 506bdf6ec368904ed5d194167c8832936cf56462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>

PORTNAME=	castget
DISTVERSION=	2.0.1
PORTREVISION=	1
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:audio/id3lib \
		libcurl.so:ftp/curl

USES=		compiler:c11 gnome libtool localbase:ldflags pkgconfig tar:bzip2
USE_LDCONFIG=	yes
USE_GNOME=	glib20 libxml2
# 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>