freebsd-ports/devel/mrc/Makefile
Yuri Victorovich eb23d47557 devel/mrc: Update 1.3.9 → 1.3.10
Reported by:	portscout
2023-08-15 23:48:18 -07:00

32 lines
670 B
Makefile

PORTNAME= mrc
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.10
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
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= mhekkel
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>