summaryrefslogtreecommitdiffstats
path: root/audio/nosefart/Makefile
blob: c7ad5928ceba85c69881bf9f1db89bde63c93b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Seth Kingsley <sethk@osd.bsdi.com>
# $FreeBSD$

PORTNAME=	nosefart
PORTVERSION=	1.92f
PORTREVISION=	1
CATEGORIES=	audio emulators
MASTER_SITES=	SF/${PORTNAME}/OldFiles
DISTNAME=	${PORTNAME}-${PORTVERSION}-mls

MAINTAINER=	sethk@meowfishies.com
COMMENT=	Player for NES Sound Format (NSF)

LICENSE=	GPLv2

USES=		gmake
NO_STAGE=	yes
MAKE_ENV=	INSTALL="${INSTALL}" COPY="${COPY}" STRIP="${STRIP}" \
		BINGRP="${BINGRP}" BINMODE="${BINMODE}" BINOWN="${BINOWN}"

PLIST_FILES=	bin/nosefart

pre-build:
	@${RM} -rf ${BUILD_WRKSRC}/nsfobj

.include <bsd.port.mk>
OpenPOWER on IntegriCloud