freebsd-ports/audio/juke/Makefile
Ying-Chieh Liao 6dba2df413 upgrade to 0.7
PR:		27568
Submitted by:	maintainer
Noted by:	ats@first.gmd.de
2001-05-23 10:46:23 +00:00

25 lines
522 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.nocrew.org/software/juke/archive/ \
http://www.initio.no/~oyvindmo/distfiles/
MAINTAINER= oyvindmo@initio.no
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>