aboutsummaryrefslogtreecommitdiffstats
path: root/audio/juke/Makefile
blob: fb1ef289b754005d62a0a911a501dc58f138abd2 (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
# Version required:     0.5
# Date created:         2 May 1999
# Whom:                 oyvindmo@initio.no
#
# $FreeBSD$
#

DISTNAME=       juke-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>