1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

1: add PKGNAMESUFFIX.

2: remove uneeded julius.in.

PR:		228103
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2018-05-16 13:35:23 +00:00
parent 1fe6f5912e
commit b6b3b83718
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470122
3 changed files with 7 additions and 11 deletions

View File

@ -2,7 +2,9 @@
# $FreeBSD$
PORTNAME= julius
PKGNAMESUFFIX= -caesariii
PORTVERSION= g20180430
PORTREVISION= 1
CATEGORIES= games
MAINTAINER= pkubaj@anongoth.pl
@ -18,16 +20,12 @@ GH_TAGNAME= cb7ecdf
USE_SDL= mixer2 sdl2
SUB_FILES= julius pkg-message
SUB_FILES= pkg-message
PLIST_FILES= bin/${PORTNAME} \
${DATADIR}/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \
${STAGEDIR}${DATADIR}/
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
#!/bin/sh
cd %%PREFIX%%/share/julius && ./julius data

View File

@ -1 +1,2 @@
To play this game, copy Caesar III game files to %%DATADIR%%/data.
To play this game, you need to cd to the directory with the game files
and run julius or just pass the directory as a 1st argument.