summaryrefslogtreecommitdiff
path: root/audio/nosefart/Makefile
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-10-14 11:22:33 +0000
committerBrian Feldman <green@FreeBSD.org>2000-10-14 11:22:33 +0000
commit114f2e0be12e0857962044b25cfc48cc2f2561ef (patch)
tree25a841c175631feafbf516b0e875fddda105ef86 /audio/nosefart/Makefile
parentFix COMMENT handling -- it was incorrectly using the fixed string (diff)
Add nosefart, a music player for NSF (NES Sound Format) files.
Submitted by: Seth <sethk@osd.bsdi.com>
Notes
Notes: svn path=/head/; revision=33819
Diffstat (limited to 'audio/nosefart/Makefile')
-rw-r--r--audio/nosefart/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/nosefart/Makefile b/audio/nosefart/Makefile
new file mode 100644
index 000000000000..774da045f22b
--- /dev/null
+++ b/audio/nosefart/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: nosefart
+# Date created: 11 October 2000
+# Whom: sethk
+#
+# $FreeBSD$
+#
+
+PORTNAME= nosefart
+PORTVERSION= 1.92
+CATEGORIES= audio emulators
+MASTER_SITES= http://www.nofrendo.org/nosefart/
+
+MAINTAINER= sethk@osd.bsdi.com
+
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt:install
+
+USE_ZIP= yes
+USE_GMAKE= yes
+
+MAKEFILE= Makefile.linux
+MAKE_ENV+= INSTALL=${INSTALL} BINGRP=${BINGRP} BINMODE=${BINMODE} \
+ BINOWN=${BINOWN}
+
+.include <bsd.port.mk>