freebsd-ports/multimedia/podcastdl/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

21 lines
447 B
Makefile

# Created by: Rodrigo OSORIO <rodrigo@bebik.net>
# $FreeBSD$
PORTNAME= podcastdl
PORTVERSION= 0.3.0
CATEGORIES= multimedia
MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
http://files.bebik.net/podcastdl/
MAINTAINER= rodrigo@bebik.net
COMMENT= Simple command line podcast client written in plain C
LICENSE= BSD
LIB_DEPENDS= mrss:${PORTSDIR}/textproc/libmrss
USES= cmake
PLIST_FILES= bin/podcastdl
.include <bsd.port.mk>