Files
ports/games/julius/Makefile
T
Mark Linimon 25bebc897c Mark as BROKEN on riscv64:
julius-caesariii-1.5.1,1.log:ld: error: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-riscv64.a: No such file or directory

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
2021-01-19 03:04:43 +00:00

35 lines
716 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= julius
PORTVERSION= 1.6.0
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= games
PKGNAMESUFFIX= -caesariii
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Open source re-implementation of Caesar III
LICENSE= GPLv3
BROKEN_riscv64= fails to link: julius-caesariii-1.5.1,1.log: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-riscv64.a: No such file or directory
USES= cmake sdl
USE_GITHUB= yes
GH_ACCOUNT= bvschaik
USE_SDL= mixer2 sdl2
SUB_FILES= pkg-message
LDFLAGS+= -lexecinfo
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>