blob: 9ca77366ce82709469a0509af71f5792a1a508d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|