mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
e4a8648341
- Add automatic track length calculation with -a option. - Add -i (info) and -l <len> (only play <len> length) options. - Show enabled and persistent channels. PR: 57200 Submitted by: maintainer
29 lines
699 B
Makefile
29 lines
699 B
Makefile
# New ports collection makefile for: nosefart
|
|
# Date created: 11 October 2000
|
|
# Whom: sethk
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nosefart
|
|
PORTVERSION= 1.92f
|
|
CATEGORIES= audio emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-mls
|
|
|
|
MAINTAINER= sethk@meowfishies.com
|
|
COMMENT= A player for NES Sound Format (NSF)
|
|
|
|
USE_GETOPT_LONG=yes
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ENV= INSTALL="${INSTALL}" COPY="${COPY}" STRIP="${STRIP}"\
|
|
BINGRP="${BINGRP}" BINMODE="${BINMODE}" BINOWN="${BINOWN}"\
|
|
LDFLAGS="${LDFLAGS}"
|
|
|
|
post-extract:
|
|
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean)
|
|
|
|
.include <bsd.port.mk>
|