summaryrefslogtreecommitdiff
path: root/audio/mziq/Makefile
blob: e7edb93e152d2a3d1da8194d2f092cfa0e8b927d (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
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	mziq
# Date created:			24 August 2001
# Whom:				Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	mziq
PORTVERSION=	0.2.49
PORTVISION=	1
CATEGORIES=	audio
MASTER_SITES=	http://cseg.lucidx.com/projects/src/mziq/

MAINTAINER=	gslin@ccca.nctu.edu.tw

RUN_DEPENDS=	${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123

WRKSRC=		${WRKDIR}/MZiq

NO_BUILD=	yes
USE_PERL5=	yes

do-install:
.for FILE in gmziq junkbox mziq
	@${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/bin
.endfor

.if !defined(NOPORTDOCS)
post-install:
	@${MKDIR} ${DOCSDIR}
.for FILE in LASTLOG README TODO rcfile
	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>