aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/podcastdl/Makefile
blob: 044e5982543557ca796383b6b81debaaf11bf68d (plain) (blame)
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=    A simple podcast client write in plain C for the comman line

LICENSE=    BSD

LIB_DEPENDS=    mrss:${PORTSDIR}/textproc/libmrss

USE_CMAKE=  yes
MAKE_JOBS_SAFE= yes

PLIST_FILES=    bin/podcastdl

.include <bsd.port.mk>