1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/games/julius/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

32 lines
517 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= julius
PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= games
PKGNAMESUFFIX= -caesariii
MAINTAINER= pkubaj@anongoth.pl
COMMENT= Open source re-implementation of Caesar III
LICENSE= GPLv3
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= bvschaik
USE_SDL= mixer2 sdl2
SUB_FILES= pkg-message
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>