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

(-)linux-peops-softgpu/Makefile (-7 / +10 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	peops-softgpu
8
PORTNAME=	peops-softgpu
9
PORTVERSION=	1.15
9
PORTVERSION=	1.16
10
PORTREVISION=	1
11
CATEGORIES=	emulators linux
10
CATEGORIES=	emulators linux
12
MASTER_SITES=	http://home.t-online.de/home/PeteBernert/
11
MASTER_SITES=	http://www.pbernert.com/
13
PKGNAMEPREFIX=	linux-
12
PKGNAMEPREFIX=	linux-
14
DISTNAME=	gpupeopssoftx115
13
DISTNAME=	gpupeopssoftx${MAJOR}${MINOR}
15
14
16
MAINTAINER=	jylefort@brutele.be
15
MAINTAINER=	jylefort@brutele.be
17
COMMENT=	A PSEmu Pro GPU plugin using a software X11 renderer (Linux version)
16
COMMENT=	A PSEmu Pro GPU plugin using a software X11 renderer (Linux version)
Lines 28-33 Link Here
28
# because as a side effect it brands the binary as FreeBSD.
27
# because as a side effect it brands the binary as FreeBSD.
29
STRIP=
28
STRIP=
30
29
30
MAJOR=		${PORTVERSION:R}
31
MINOR=		${PORTVERSION:E}
32
PLIST_SUB+=	MAJOR=${MAJOR} MINOR=${MINOR}
33
31
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
32
35
33
PSEMUPRO_PLUGINS_DIR=	${LOCALBASE}/lib/psemupro/plugins
36
PSEMUPRO_PLUGINS_DIR=	${LOCALBASE}/lib/psemupro/plugins
Lines 36-42 Link Here
36
39
37
do-install:
40
do-install:
38
	${MKDIR} ${PSEMUPRO_PLUGINS_DIR}
41
	${MKDIR} ${PSEMUPRO_PLUGINS_DIR}
39
	${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeopsSoftX.so.1.0.15 ${PSEMUPRO_PLUGINS_DIR}
42
	${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeopsSoftX.so.${MAJOR}.0.${MINOR} ${PSEMUPRO_PLUGINS_DIR}
40
43
41
	${MKDIR} ${PSEMUPRO_CFGBINS_DIR}
44
	${MKDIR} ${PSEMUPRO_CFGBINS_DIR}
42
	${INSTALL_PROGRAM} ${WRKSRC}/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR}
45
	${INSTALL_PROGRAM} ${WRKSRC}/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR}
Lines 47-54 Link Here
47
.if !defined(NOPORTDOCS)
50
.if !defined(NOPORTDOCS)
48
	${MKDIR} ${DOCSDIR}
51
	${MKDIR} ${DOCSDIR}
49
	${INSTALL_DATA} \
52
	${INSTALL_DATA} \
50
		${WRKSRC}/peops_soft_readme_1_15.txt \
53
		${WRKSRC}/peops_soft_readme_${MAJOR}_${MINOR}.txt \
51
		${WRKSRC}/peops_soft_version_1_15.txt \
54
		${WRKSRC}/peops_soft_version_${MAJOR}_${MINOR}.txt \
52
		${DOCSDIR}
55
		${DOCSDIR}
53
.endif
56
.endif
54
57
(-)linux-peops-softgpu/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gpupeopssoftx115.tar.gz) = 890391e4a9a1b9b4e5954ab69a4011df
1
MD5 (gpupeopssoftx116.tar.gz) = ae1f75b736b283d0b6aa916f022a54d5
2
SIZE (gpupeopssoftx115.tar.gz) = 151939
2
SIZE (gpupeopssoftx116.tar.gz) = 165653
(-)linux-peops-softgpu/pkg-descr (-1 / +1 lines)
Lines 1-6 Link Here
1
P.E.Op.S. Soft GPU is a PSEmu Pro GPU plugin using a software X11 renderer.
1
P.E.Op.S. Soft GPU is a PSEmu Pro GPU plugin using a software X11 renderer.
2
2
3
This is the Linux version, tested with emulators/linux-epsxe.
3
This is the Linux version, tested with emulators/linux-ePSXe.
4
4
5
WWW: http://sourceforge.net/projects/peops/
5
WWW: http://sourceforge.net/projects/peops/
6
6
(-)linux-peops-softgpu/pkg-plist (-9 / +9 lines)
Lines 1-12 Link Here
1
lib/psemupro/plugins/libgpuPeopsSoftX.so.1.0.15
1
lib/psemupro/plugins/libgpuPeopsSoftX.so.%%MAJOR%%.0.%%MINOR%%
2
libexec/psemupro/cfg/cfgPeopsSoft
2
libexec/psemupro/cfg/cfgPeopsSoft
3
share/psemupro/cfg/gpuPeopsSoftX.cfg
3
share/psemupro/cfg/gpuPeopsSoftX.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%%%%DOCSDIR%%/peops_soft_readme_1_15.txt
10
%%PORTDOCS%%%%DOCSDIR%%/peops_soft_readme_%%MAJOR%%_%%MINOR%%.txt
11
%%PORTDOCS%%%%DOCSDIR%%/peops_soft_version_1_15.txt
11
%%PORTDOCS%%%%DOCSDIR%%/peops_soft_version_%%MAJOR%%_%%MINOR%%.txt
12
%%PORTDOCS%%@dirrm %%DOCSDIR%%
12
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 76597