Lines 9-17
Link Here
|
9 |
PORTVERSION= 1.75 |
9 |
PORTVERSION= 1.75 |
10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 1 |
11 |
CATEGORIES= emulators linux |
11 |
CATEGORIES= emulators linux |
12 |
MASTER_SITES= http://home.t-online.de/home/PeteBernert/ |
12 |
MASTER_SITES= http://www.pbernert.com/ |
13 |
PKGNAMEPREFIX= linux- |
13 |
PKGNAMEPREFIX= linux- |
14 |
DISTNAME= gpupetemesagl175 |
14 |
DISTNAME= gpupetemesagl${MAJOR}${MINOR} |
15 |
|
15 |
|
16 |
MAINTAINER= jylefort@brutele.be |
16 |
MAINTAINER= jylefort@brutele.be |
17 |
COMMENT= A PSEmu Pro GPU plugin using an OpenGL renderer (Linux version) |
17 |
COMMENT= A PSEmu Pro GPU plugin using an OpenGL renderer (Linux version) |
Lines 29-34
Link Here
|
29 |
# because as a side effect it brands the binary as FreeBSD. |
29 |
# because as a side effect it brands the binary as FreeBSD. |
30 |
STRIP= |
30 |
STRIP= |
31 |
|
31 |
|
|
|
32 |
MAJOR= ${PORTVERSION:R} |
33 |
MINOR= ${PORTVERSION:E} |
34 |
PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} |
35 |
|
32 |
.include <bsd.port.pre.mk> |
36 |
.include <bsd.port.pre.mk> |
33 |
|
37 |
|
34 |
PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/psemupro/plugins |
38 |
PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/psemupro/plugins |
Lines 37-43
Link Here
|
37 |
|
41 |
|
38 |
do-install: |
42 |
do-install: |
39 |
${MKDIR} ${PSEMUPRO_PLUGINS_DIR} |
43 |
${MKDIR} ${PSEMUPRO_PLUGINS_DIR} |
40 |
${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeteMesaGL.so.1.0.75 ${PSEMUPRO_PLUGINS_DIR} |
44 |
${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeteMesaGL.so.${MAJOR}.0.${MINOR} ${PSEMUPRO_PLUGINS_DIR} |
41 |
|
45 |
|
42 |
${MKDIR} ${PSEMUPRO_CFGBINS_DIR} |
46 |
${MKDIR} ${PSEMUPRO_CFGBINS_DIR} |
43 |
${INSTALL_PROGRAM} ${WRKSRC}/cfgPeteMesaGL ${PSEMUPRO_CFGBINS_DIR} |
47 |
${INSTALL_PROGRAM} ${WRKSRC}/cfgPeteMesaGL ${PSEMUPRO_CFGBINS_DIR} |