freebsd-ports/audio/stymulator/Makefile
2010-04-23 12:06:32 +00:00

34 lines
756 B
Makefile

# New ports collection makefile for: stymulator
# Date created: 27 Mar 2010
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= stymulator
DISTVERSION= 0.21a
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://atariarea.krap.pl/stymulator/files/ \
CRITICAL
DISTNAME= STYMulator-${DISTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command-line Yamaha YM2149 (.ym) chiptune player
USE_DOS2UNIX= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAN1= ymplayer.1 ym2wav.1
PLIST_FILES= bin/ym2wav bin/ymplayer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ym2wav ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ymplayer ${PREFIX}/bin
.for f in ${MAN1}
${INSTALL_MAN} ${FILESDIR}/${f} ${MAN8PREFIX}/man/man1
.endfor
.include <bsd.port.mk>