1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/multimedia/podcastdl/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

23 lines
467 B
Makefile

# 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
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/podcastdl
.include <bsd.port.mk>