mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
23 lines
519 B
Makefile
23 lines
519 B
Makefile
|
# New ports collection makefile for: juke
|
||
|
# Version required: 0.5
|
||
|
# Date created: 2 May 1999
|
||
|
# Whom: oyvindmo@initio.no
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= juke-0.5
|
||
|
CATEGORIES= audio
|
||
|
MASTER_SITES= http://www.nocrew.org/software/juke/archive/
|
||
|
|
||
|
MAINTAINER= oyvindmo@initio.no
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
post-install:
|
||
|
${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample
|
||
|
@${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/MESSAGE > ${WRKSRC}/MESSAGE
|
||
|
@${CAT} ${WRKSRC}/MESSAGE
|
||
|
|
||
|
.include <bsd.port.mk>
|