2013-02-26 12:00:09 +01:00
|
|
|
# Created by: Oyvind Moll <oyvindmo@initio.no>
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1999-05-03 05:47:31 +02:00
|
|
|
|
2013-02-26 12:00:09 +01:00
|
|
|
PORTNAME= juke
|
|
|
|
PORTVERSION= 0.7
|
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.moll.no/oyvind/distfiles/ \
|
|
|
|
http://www.orakel.ntnu.no/~oyvindmo/distfiles/
|
1999-05-03 05:47:31 +02:00
|
|
|
|
2013-02-26 12:00:09 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Simple (n)curses based juke box program
|
1999-05-03 05:47:31 +02:00
|
|
|
|
2013-02-26 12:00:09 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-12-21 10:49:55 +01:00
|
|
|
|
2013-02-26 12:00:09 +01:00
|
|
|
SUB_FILES= pkg-message
|
1999-05-03 05:47:31 +02:00
|
|
|
|
2013-02-26 12:00:09 +01:00
|
|
|
OPTIONS_DEFINE= VI_BINDINGS
|
|
|
|
VI_BINDINGS_DESC= Use vi-like key bindings
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MVI_BINDINGS}
|
2005-07-13 18:16:24 +02:00
|
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-vi
|
|
|
|
.endif
|
|
|
|
|
1999-05-03 05:47:31 +02:00
|
|
|
post-install:
|
2013-12-29 14:01:28 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/juke.conf ${STAGEDIR}${PREFIX}/etc/juke.conf.sample
|
1999-05-03 05:47:31 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|