aboutsummaryrefslogblamecommitdiff
path: root/audio/stymulator/Makefile
blob: 1369aa0576910ab608d8aabc407f1243b1d2db16 (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=	3
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

LICENSE=	GPLv2

USE_DOS2UNIX=	yes

WRKSRC=		${WRKDIR}/${DISTNAME}/src

MAN1=		ymplayer.1 ym2wav.1
PLIST_FILES=	bin/ym2wav bin/ymplayer bin/stymulator

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ym2wav ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/ymplayer ${PREFIX}/bin
	${LN} ${PREFIX}/bin/ymplayer ${PREFIX}/bin/${PORTNAME}
.for f in ${MAN1}
	${INSTALL_MAN} ${FILESDIR}/${f} ${MAN8PREFIX}/man/man1
.endfor

.include <bsd.port.mk>