View | Details | Raw Unified | Return to bug 76599
Collapse All | Expand All

(-)linux-pete-mesagpu/Makefile (-3 / +7 lines)
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}
(-)linux-pete-mesagpu/pkg-descr (-2 / +2 lines)
Lines 1-9 Link Here
1
Pete's MesaGL GPU is a PSEmu Pro GPU plugin using a
1
Pete's MesaGL GPU is a PSEmu Pro GPU plugin using a
2
hardware-accelerated OpenGL renderer.
2
hardware-accelerated OpenGL renderer.
3
3
4
This is the Linux version, tested with emulators/linux-epsxe.
4
This is the Linux version, tested with emulators/linux-ePSXe.
5
5
6
WWW: http://home.t-online.de/home/PeteBernert/#Pete's%20MesaGL%20GPU
6
WWW: http://www.pbernert.com/
7
7
8
- Jean-Yves Lefort
8
- Jean-Yves Lefort
9
jylefort@brutele.be
9
jylefort@brutele.be
(-)linux-pete-mesagpu/pkg-plist (-10 / +10 lines)
Lines 1-12 Link Here
1
lib/psemupro/plugins/libgpuPeteMesaGL.so.1.0.75
1
lib/psemupro/plugins/libgpuPeteMesaGL.so.%%MAJOR%%.0.%%MINOR%%
2
libexec/psemupro/cfg/cfgPeteMesaGL
2
libexec/psemupro/cfg/cfgPeteMesaGL
3
share/psemupro/cfg/gpuPeteMesaGL.cfg
3
share/psemupro/cfg/gpuPeteMesaGL.cfg
4
@dirrm lib/psemupro/plugins
4
@unexec rmdir %D/lib/psemupro/plugins 2>/dev/null || true
5
@dirrm lib/psemupro
5
@unexec rmdir %D/lib/psemupro 2>/dev/null || true
6
@dirrm libexec/psemupro/cfg
6
@unexec rmdir %D/libexec/psemupro/cfg 2>/dev/null || true
7
@dirrm libexec/psemupro
7
@unexec rmdir %D/libexec/psemupro 2>/dev/null || true
8
@dirrm share/psemupro/cfg
8
@unexec rmdir %D/share/psemupro/cfg 2>/dev/null || true
9
@dirrm share/psemupro
9
@unexec rmdir %D/share/psemupro 2>/dev/null || true
10
%%PORTDOCS%%share/doc/pete-mesagpu/readme.txt
10
%%PORTDOCS%%%%DOCSDIR%%/readme.txt
11
%%PORTDOCS%%share/doc/pete-mesagpu/version.txt
11
%%PORTDOCS%%%%DOCSDIR%%/version.txt
12
%%PORTDOCS%%@dirrm share/doc/pete-mesagpu
12
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 76599