freebsd-ports/audio/nosefart/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
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
2023-11-06 11:03:47 +01:00

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>