blob: 055d9c24c8dbbda1cb6dfc86e4181d9eeb075705 (
plain)
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
|
# Created by: Oyvind Moll <oyvindmo@initio.no>
PORTNAME= juke
PORTVERSION= 0.7
CATEGORIES= audio
MASTER_SITES= http://www.moll.no/oyvind/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple (n)curses based juke box program
USES= ncurses
GNU_CONFIGURE= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= VI_BINDINGS
VI_BINDINGS_DESC= Use vi-like key bindings
MAKE_ARGS+= LIBS="${NCURSESLIBS}"
VI_BINDINGS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-vi
post-install:
${INSTALL_DATA} ${WRKSRC}/juke.conf ${STAGEDIR}${PREFIX}/etc/juke.conf.sample
.include <bsd.port.mk>
|