06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
27 lines
652 B
Makefile
27 lines
652 B
Makefile
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)
|
|
WWW= https://nosefart.sourceforge.net/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cpe gmake
|
|
MAKE_ENV= INSTALL="${INSTALL}" COPY="${COPY}" STRIP="${STRIP}" \
|
|
BINGRP="${BINGRP}" BINMODE="${BINMODE}" BINOWN="${BINOWN}"
|
|
CPE_VENDOR= nosefart_project
|
|
|
|
PLIST_FILES= bin/nosefart
|
|
|
|
pre-build:
|
|
@${RM} -r ${BUILD_WRKSRC}/nsfobj
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nsfobj/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|