opnsense-ports/multimedia/podcastdl/Makefile
Franco Fichtner 4a9ab0b831 */*: sync with upstream
Taken from: FreeBSD
2016-04-20 02:49:51 +02:00

21 lines
446 B
Makefile

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