aboutsummaryrefslogtreecommitdiffstats
path: root/audio/vitunes/Makefile
blob: 126d5d70824986c48ab7aa53b7ac572e1c16e580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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>