fb01d764b7
PR: ports/142405 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
31 lines
655 B
Makefile
31 lines
655 B
Makefile
# New ports collection makefile for: juke
|
|
# Date created: 2 May 1999
|
|
# Whom: oyvindmo@initio.no
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= juke
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.moll.no/oyvind/distfiles/\
|
|
http://www.orakel.ntnu.no/~oyvindmo/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A simple curses/ncurses based juke box program
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= juke.1
|
|
SUB_FILES= pkg-message
|
|
|
|
.if defined(WITH_VI_BINDINGS)
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-vi
|
|
.endif
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|