summaryrefslogblamecommitdiff
path: root/audio/stymulator/Makefile
blob: db002bf4d1561afebabcaaafcc3ff49cf0712b6e (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                          
                 











                                                                
                                   




                                                           


                                                              

                      
# 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>