1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/juke/Makefile
Kevin Lo 09824ccb3c Update to version 0.6
PR: 23208
Submitted by: MAINTAINER
2000-12-01 17:00:37 +00:00

24 lines
541 B
Makefile

# New ports collection makefile for: juke
# Date created: 2 May 1999
# Whom: oyvindmo@initio.no
#
# $FreeBSD$
#
PORTNAME= juke
PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= http://www.nocrew.org/software/juke/archive/
MAINTAINER= oyvindmo@initio.no
GNU_CONFIGURE= yes
PKGMESSAGE= ${WRKSRC}/MESSAGE
post-install:
${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample
@${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/pkg-message > ${WRKSRC}/MESSAGE
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>