mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
31 lines
660 B
Makefile
31 lines
660 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= castget
|
|
PORTVERSION= 1.2.4
|
|
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
|
|
|
|
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>
|