aboutsummaryrefslogtreecommitdiff
path: root/www/castget/Makefile
blob: d8413943b6986226b77fb10edd00e0d9aaafbd32 (plain) (blame)
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>
# $FreeBSD$

PORTNAME=	castget
PORTVERSION=	1.0.1
PORTREVISION=	6
CATEGORIES=	www
MASTER_SITES=	SAVANNAH CENKES

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Command-line podcast downloader

LIB_DEPENDS=	libid3.so:${PORTSDIR}/audio/id3lib \
		libcurl.so:${PORTSDIR}/ftp/curl

USE_LDCONFIG=	yes
USES=		libtool pkgconfig
USE_GNOME=	glib20 libxml2
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS=	--disable-static
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/castget include/libcastget.h \
		lib/libcastget.so lib/libcastget.so.0 lib/libcastget.so.0.0.0 \
		man/man1/castget.1.gz man/man5/castgetrc.5.gz

.include <bsd.port.mk>