1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/audio/vitunes/Makefile
2012-06-01 05:26:28 +00:00

32 lines
718 B
Makefile

# New ports collection makefile for: vitunes
# Date created: 2009-09-02
# Whom: Dennis Herrmann <dhn@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vitunes
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://vitunes.org/files/ \
http://mirror.4bit.ws/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dhn
MAINTAINER= dhn@FreeBSD.org
COMMENT= A curses-based media player with vim-like keybinds
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
ALL_TARGET= vitunes
PLIST_FILES= bin/vitunes
MAN1= vitunes.1
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e '27d' ${WRKSRC}/vitunes.h
.include <bsd.port.mk>