pkgsrc/audio/nosefart/Makefile
snj 659bf2afd8 Update nosefart to 2.9.
Changes:
2.9-mls - 2013-05-10

GCC now requires that -lm comes after the object name.  Trivial change
to Makefile to allow compilation.  Thanks to Gall for reporting this.

2.8-mls

GNU Make 3.82 broke the Makefile so that it no longer made the necessary
build directories. Put in a simple hack to make it keep working.

2.7-mls

Added 16-bit fixes and -B switch to Linux nosefart by Chris King.

Improved gnosefart error message given when nosefart isn't found.

2.6-mls

Updated gnosefart to 1.4.

2.5-mls

Added some lines to src/machine/nsf.c so that it's possible for programs
that use it to play multiple songs at once.  (This doesn't affect the
behavior of the Linux programs in this package at all. They still just
play one thing at a time.)

gnosefart updated to 1.3

2.4-mls (13 Sept 2005)

Updated nosefart code for gcc-4.0.

gnosefart updated to 1.2.
2015-02-13 22:05:28 +00:00

31 lines
812 B
Makefile

# $NetBSD: Makefile,v 1.15 2015/02/13 22:05:28 snj Exp $
DISTNAME= nosefart-2.9-mls
PKGNAME= ${DISTNAME:S/-mls//}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nosefart/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= dgriffi@cs.csubak.edu
HOMEPAGE= http://nosefart.sourceforge.net/
COMMENT= Player for NES Sound Format (NSF) files
LICENSE= gnu-gpl-v2
NOT_FOR_PLATFORM= Interix-*-*
USE_TOOLS+= gmake
NO_CONFIGURE= YES
SUBST_CLASSES+= ossaudio
SUBST_STAGE.ossaudio= pre-build
SUBST_MESSAGE.ossaudio= Fixing audio device.
SUBST_FILES.ossaudio= src/linux/main_linux.c
SUBST_SED.ossaudio= -e 's|/dev/dsp|${DEVOSSSOUND}|'
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nsfobj/nosefart ${DESTDIR}${PREFIX}/bin
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"