mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1a21506918
A simple curses/ncursebased juke box program. PR: 11439 Submitted by: Oyvind Moll <oyvindmo@initio.no>
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>
|