1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/devel/mrc/Makefile
Yuri Victorovich 5b76cfbdda devel/mrc: update 1.3.12 → 1.3.13
Reported by:	portscout
2024-07-24 00:43:48 -07:00

35 lines
682 B
Makefile

PORTNAME= mrc
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.13
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Maartens Resource Compiler
WWW= https://github.com/mhekkel/mrc
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= libmcfp>0:devel/libmcfp
TEST_DEPENDS= catch2>0:devel/catch2
USES= cmake:testing
USE_GITHUB= yes
GH_ACCOUNT= mhekkel
CMAKE_OFF= BUILD_TESTING
PLIST_FILES= bin/mrc \
share/man/man1/mrc.1.gz \
share/mrc/cmake/mrc-config.cmake
OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= *
post-install: # workaround for https://github.com/mhekkel/mrc/issues/9
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/mrc ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>