1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/juke/Makefile
2018-06-24 06:34:38 +00:00

26 lines
545 B
Makefile

# Created by: Oyvind Moll <oyvindmo@initio.no>
# $FreeBSD$
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
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>