defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
28 lines
553 B
Makefile
28 lines
553 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= maxcso
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.10.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= Fast ISO to CSO compressor for PSP and PS2 emulators
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libuv.so:devel/libuv \
|
|
liblz4.so:archivers/liblz4 \
|
|
libzopfli.so:archivers/zopfli
|
|
|
|
USES= gmake pkgconfig compiler:c++11-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= unknownbrackets
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|