blob: 6856e9d1f0c7b147234feefaeb7dd09a32d79b2c (
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
26
|
# 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.initio.no/~oyvindmo/distfiles/
# johan.nocrew.org is unreachable, informed maintainer - edwin 20021226
#MASTER_SITES= http://johan.nocrew.org/unix/juke/archive/
MAINTAINER= oyvindmo@initio.no
COMMENT= A simple curses/ncurses based juke box program
GNU_CONFIGURE= yes
MAN1= juke.1
post-install:
${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample
@${SED} 's,PREFIX,${PREFIX},' ${PKGMESSAGE}
.include <bsd.port.mk>
|