pkgsrc/audio/nosefart/Makefile
wiz 92ed0103b1 Update to 2.3, provided by David Griffith in private mail.
2.3-mls (12 Aug 2004)

Updated winamp plugin, thanks to K`rai.

2.2-mls (1 May 2004)

Added README.cl-amp (taken from Eli's page).

Added a fflush to nosefart for the benifit of gnosefart.

2.1-mls (23 April 2004)

gnosefart updated to 1.0.

2.0-mls (16 April 2004)

Added gnosefart 0.9, a GTK frontend for nosefart.

Decided to be more confident about my version numbering.

Nosefart now returns 0 if nothing went wrong.

1.92k-mls (4 April 2004)

Fixed a bug in the UI that made it not refresh properly.  Improved spec file.

1.92j-mls (21 March 2004)

A few small tweaks to nsfinfo and the interface.  Added spec file
for building RPMs.
2004-12-03 13:02:18 +00:00

27 lines
756 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/12/03 13:02:18 wiz Exp $
DISTNAME= nosefart-2.3-mls
PKGNAME= ${DISTNAME:S/-mls//}
EXTRACT_SUFX= .tar.bz2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nosefart/}
MAINTAINER= dgriffi@cs.csubak.edu
HOMEPAGE= http://nosefart.sourceforge.net/
COMMENT= Player for NES Sound Format (NSF) files
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
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}|'
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nsfobj/nosefart ${PREFIX}/bin
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"