freebsd-ports/audio/nosefart/Makefile
Brian Feldman 114f2e0be1 Add nosefart, a music player for NSF (NES Sound Format) files.
Submitted by:	Seth <sethk@osd.bsdi.com>
2000-10-14 11:22:33 +00:00

25 lines
491 B
Makefile

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