pkgsrc-wip/castget/Makefile
Guillaume Lasmayous be82ba1ec7 Update to version 1.0.1
This release fixes a major issue that can lead to loss of the entire download history for a channel.
Starting with this release, castget will also identify itself using the User-Agent field in HTTP requests.
2007-11-28 20:17:37 +00:00

27 lines
778 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/11/28 20:17:37 guigui2 Exp $
#
DISTNAME= castget-1.0.1
CATEGORIES= audio www
MASTER_SITES= http://savannah.nongnu.org/download/castget/
MAINTAINER= netbsd@guigui2.net
HOMEPAGE= http://savannah.nongnu.org/download/castget/
COMMENT= Command-line RSS enclosures dowloader
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake intltool pkg-config
EGDIR+= ${PREFIX}/share/examples/castget
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/castgetrc.example ${EGDIR}/castgetrc.example
.include "../../www/curl/buildlink3.mk"
.include "../../audio/id3lib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"