mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
243abff3a7
- Convert to new LIB_DEPENDS format - Support STAGEDIR Changes: http://files.bebik.net/podcastdl/changelog.txt PR: ports/184415 Submitted by: User Rodrigo <rodrigo@bebik.net> (maintainer)
22 lines
453 B
Makefile
22 lines
453 B
Makefile
# Created by: Rodrigo OSORIO <rodrigo@bebik.net>
|
|
# $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@bebik.net
|
|
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>
|