mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
877dce2447
Approved by: bapt@ (co-mentor)
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# Created by: Rodrigo OSORIO <rodrigo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= podcastdl
|
|
PORTVERSION= 0.3.1
|
|
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= BSD
|
|
|
|
LIB_DEPENDS= libmrss.so:${PORTSDIR}/textproc/libmrss
|
|
|
|
USES= cmake
|
|
|
|
PLIST_FILES= bin/podcastdl
|
|
|
|
.include <bsd.port.mk>
|