freebsd-ports/multimedia/podcastdl/Makefile
2021-04-06 16:31:07 +02:00

20 lines
434 B
Makefile

# Created by: Rodrigo OSORIO <rodrigo@FreeBSD.org>
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>