Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= openxcom |
4 |
PORTNAME= openxcom |
5 |
PORTVERSION= 0.9.0 |
5 |
PORTVERSION= 1.0.0 |
6 |
PORTREVISION= 3 |
|
|
7 |
CATEGORIES= games |
6 |
CATEGORIES= games |
8 |
|
7 |
|
9 |
MAINTAINER= amdmi3@FreeBSD.org |
8 |
MAINTAINER= amdmi3@FreeBSD.org |
Lines 10-24
Link Here
|
10 |
COMMENT= Open-source reimplementation of the original X-Com |
9 |
COMMENT= Open-source reimplementation of the original X-Com |
11 |
|
10 |
|
12 |
LICENSE= GPLv3 |
11 |
LICENSE= GPLv3 |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
14 |
|
13 |
|
15 |
LIB_DEPENDS= libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp |
14 |
LIB_DEPENDS= libyaml-cpp05.so:${PORTSDIR}/devel/yaml-cpp05 |
16 |
|
15 |
|
17 |
USE_GITHUB= yes |
16 |
USE_GITHUB= yes |
18 |
GH_ACCOUNT= SupSuper |
17 |
GH_ACCOUNT= SupSuper |
19 |
GH_PROJECT= OpenXcom |
18 |
GH_PROJECT= OpenXcom |
20 |
GH_TAGNAME= v0.9 |
19 |
GH_TAGNAME= v1.0 |
21 |
GH_COMMIT= 5c8b540 |
20 |
GH_COMMIT= b396c74 |
22 |
|
21 |
|
23 |
USES= gmake pkgconfig |
22 |
USES= gmake pkgconfig |
24 |
USE_SDL= sdl mixer image gfx |
23 |
USE_SDL= sdl mixer image gfx |
Lines 48-53
Link Here
|
48 |
${WRKSRC}/src/Engine/Surface.cpp |
47 |
${WRKSRC}/src/Engine/Surface.cpp |
49 |
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/README.txt \ |
48 |
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/README.txt \ |
50 |
${WRKSRC}/src/Engine/CrossPlatform.cpp |
49 |
${WRKSRC}/src/Engine/CrossPlatform.cpp |
|
|
50 |
@${REINPLACE_CMD} -e 's|yaml-cpp|yaml-cpp05|' ${WRKSRC}/CMakeLists.txt \ |
51 |
${WRKSRC}/src/Makefile.simple |
52 |
@${FIND} ${WRKSRC} -name '*.[hc]*' -print | xargs ${REINPLACE_CMD} \ |
53 |
-e 's|yaml-cpp|yaml-cpp05|' |
51 |
|
54 |
|
52 |
do-install: |
55 |
do-install: |
53 |
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ |
56 |
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ |