1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/spc2it/Makefile
Baptiste Daroussin d4329229fb MANPREFIX: eliminate its usage
While here move manpages to share/man
2024-01-12 16:11:29 +01:00

26 lines
555 B
Makefile

PORTNAME= spc2it
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= audio converters
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Convert SPC files to IT (Impulse Tracker) files
WWW= https://github.com/uyjulian/spc2it
LICENSE= GPLv2
USES= meson
USE_GITHUB= yes
GH_ACCOUNT= uyjulian
PLIST_FILES= bin/spc2it \
share/man/man1/spc2it.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${MESON_BUILD_DIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>