openbsd-ports/multimedia/vitunes/Makefile
pascal e6f2b49ad1 Fix a crash on startup when certan options are set in the config file.
Reported by Brett, looks good to laurent@ (maintainer), and confirmed by Ryan
Flannery upstream.
2012-06-25 14:20:01 +00:00

36 lines
775 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.8 2012/06/25 14:20:01 pascal Exp $
COMMENT = curses media indexer and player for vi users
DISTNAME = vitunes-2.3
REVISION = 0
CATEGORIES = multimedia
HOMEPAGE = http://vitunes.org/
MAINTAINER = Laurent Fanis <laurent@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c m ncursesw tag tag_c util
LIB_DEPENDS = audio/taglib
RUN_DEPENDS = x11/mplayer
MASTER_SITES = ${HOMEPAGE}/files/
ALL_TARGET = vitunes
NO_REGRESS = Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vitunes ${PREFIX}/bin
# ${INSTALL_PROGRAM} ${WRKSRC}/add_urls.sh ${PREFIX}/add_urls.sh
${INSTALL_MAN} ${WRKSRC}/vitunes.1 ${PREFIX}/man/man1/vitunes.1
.include <bsd.port.mk>