aboutsummaryrefslogtreecommitdiffstats
path: root/audio/juke/Makefile
blob: a9b61e5dda8062e0139e9db4d670e93c606364b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    juke
# Date created:         2 May 1999
# Whom:                 oyvindmo@initio.no
#
# $FreeBSD$
#

PORTNAME=       juke
PORTVERSION=        0.5
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}/MESSAGE > ${WRKSRC}/MESSAGE
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>