freebsd-ports/audio/bmp-htmlplaylist/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

32 lines
820 B
Makefile

# New ports collection makefile for: bmp-htmlplaylist
# Date created: 2005-04-30
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bmp-htmlplaylist
PORTVERSION= 0.2.1
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://download.berlios.de/bmp-plugins/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= novel
MAINTAINER= novel@FreeBSD.org
COMMENT= Application which saves your current BMP playlist to html or xml file
BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player
RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player
MAKE_ARGS= CC=${CC} LD=${CC}
USE_GNOME= pkgconfig
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
PLIST_FILES= bin/bmp-htmlplaylist
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bmp-htmlplaylist ${PREFIX}/bin/
.include <bsd.port.mk>