|
Lines 7-13
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= hex-a-hop |
8 |
PORTNAME= hex-a-hop |
| 9 |
PORTVERSION= 1.0.0 |
9 |
PORTVERSION= 1.0.0 |
| 10 |
PORTREVISION= 3 |
10 |
PORTREVISION= 4 |
| 11 |
CATEGORIES= games |
11 |
CATEGORIES= games |
| 12 |
MASTER_SITES= http://ftp.bishopston.net/freebsd/distfiles/ \ |
12 |
MASTER_SITES= http://ftp.bishopston.net/freebsd/distfiles/ \ |
| 13 |
ftp://ftp.bishopston.net/freebsd/distfiles/ \ |
13 |
ftp://ftp.bishopston.net/freebsd/distfiles/ \ |
|
Lines 16-38
Link Here
|
| 16 |
MAINTAINER= jamie@bishopston.net |
16 |
MAINTAINER= jamie@bishopston.net |
| 17 |
COMMENT= A puzzle game based on hexagonal tiles |
17 |
COMMENT= A puzzle game based on hexagonal tiles |
| 18 |
|
18 |
|
| 19 |
NOT_FOR_ARCHS= amd64 sparc64 |
|
|
| 20 |
NOT_FOR_ARCHS_REASON_amd64= Probably an easy fix, but I've no access to an amd64 machine. Offers of help appreciated! |
| 21 |
NOT_FOR_ARCHS_REASON_sparc64= Probably an easy fix, but I've no access to an sparc64 machine. Offers of help appreciated! |
| 22 |
|
| 23 |
USE_SDL= sdl |
19 |
USE_SDL= sdl |
| 24 |
MAKEFILE= Makefile.FreeBSD |
20 |
MAKEFILE= Makefile.FreeBSD |
| 25 |
ALL_TARGET= ${PORTNAME} |
21 |
ALL_TARGET= ${PORTNAME} |
| 26 |
|
22 |
|
| 27 |
MAKE_ARGS+= SYSTEM_INSTALL_DIR="${PREFIX}/games/hex-a-hop/" |
23 |
MAKE_ARGS+= SYSTEM_INSTALL_DIR="${DATADIR}/" |
| 28 |
DESKTOP_ENTRIES="Hex-a-Hop" "A puzzle game based on hexagonal tiles" \ |
24 |
DESKTOP_ENTRIES="Hex-a-Hop" "A puzzle game based on hexagonal tiles" \ |
| 29 |
"${PREFIX}/games/hex-a-hop/graphics/icon.bmp" \ |
25 |
"${PREFIX}/games/hex-a-hop/graphics/icon.bmp" \ |
| 30 |
"hex-a-hop" "Application;LogicGame;Game;" false |
26 |
"hex-a-hop" "Application;LogicGame;Game;" false |
| 31 |
|
27 |
|
| 32 |
do-install: |
28 |
do-install: |
| 33 |
${INSTALL_PROGRAM} ${WRKSRC}/hex-a-hop ${PREFIX}/bin |
29 |
${INSTALL_PROGRAM} ${WRKSRC}/hex-a-hop ${PREFIX}/bin |
| 34 |
${MKDIR} ${PREFIX}/games/hex-a-hop/graphics/ |
30 |
${MKDIR} ${DATADIR}/graphics |
| 35 |
${INSTALL_DATA} ${WRKSRC}/graphics/* ${PREFIX}/games/hex-a-hop/graphics |
31 |
${INSTALL_DATA} ${WRKSRC}/graphics/* ${DATADIR}/graphics/ |
| 36 |
${INSTALL_DATA} ${WRKSRC}/levels.dat ${PREFIX}/games/hex-a-hop |
32 |
${INSTALL_DATA} ${WRKSRC}/levels.dat ${DATADIR}/ |
| 37 |
|
33 |
|
| 38 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |