1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/multimedia/podcastdl/Makefile
Rodrigo Osorio a684f9e875 Update the port to 0.3.3
Submitted by:	rodrigo

M    podcastdl/Makefile
M    podcastdl/distinfo
2016-04-19 23:31:46 +00:00

22 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>