1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/games/julius/Makefile
2020-02-24 12:16:32 +00:00

33 lines
542 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= julius
PORTVERSION= 1.3.1
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= games
PKGNAMESUFFIX= -caesariii
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Open source re-implementation of Caesar III
LICENSE= GPLv3
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>