freebsd-ports/audio/juke/Makefile

25 lines
533 B
Makefile
Raw Normal View History

2018-06-24 08:34:38 +02:00
# Created by: Oyvind Moll <oyvindmo@initio.no>
PORTNAME= juke
PORTVERSION= 0.7
CATEGORIES= audio
2017-10-13 10:58:28 +02:00
MASTER_SITES= http://www.moll.no/oyvind/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple (n)curses based juke box program
2016-02-07 13:57:46 +01:00
USES= ncurses
GNU_CONFIGURE= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= VI_BINDINGS
VI_BINDINGS_DESC= Use vi-like key bindings
VI_BINDINGS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-vi
post-install:
2013-12-29 14:01:28 +01:00
${INSTALL_DATA} ${WRKSRC}/juke.conf ${STAGEDIR}${PREFIX}/etc/juke.conf.sample
.include <bsd.port.mk>