This is peops-gpu-soft, a soft GPU plugin using the PSEmu Pro

plugin format (Linux binary).

PR:		ports/46241
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
This commit is contained in:
Edwin Groothuis 2003-01-12 00:16:49 +00:00
parent 40da83e761
commit 297bcae7aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72932
6 changed files with 77 additions and 0 deletions

View file

@ -30,6 +30,7 @@
SUBDIR += ia64sim
SUBDIR += ines
SUBDIR += libvm68k
SUBDIR += linux-peops-softgpu
SUBDIR += linux-vmware-toolbox
SUBDIR += linux-winetools
SUBDIR += linux_base

View file

@ -0,0 +1,54 @@
# New ports collection makefile for: linux-peops-softgpu
# Date created: 21 Dec 2002
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= softgpu
PORTVERSION= 1.12
CATEGORIES= emulators linux
MASTER_SITES= http://home.t-online.de/home/PeteBernert/
PKGNAMEPREFIX= linux-peops-
DISTNAME= gpupeopssoftx112
MAINTAINER= jylefort@brutele.be
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
NO_WRKSUBDIR= yes
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
# Linux binary should not be stripped by INSTALL_PROGRAM
# because as a side effect it brands the binary as FreeBSD.
STRIP=
.include <bsd.port.pre.mk>
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/linux-psemupro/plugins
PSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/linux-psemupro/cfg
PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/linux-psemupro/cfg
do-install:
${MKDIR} ${PSEMUPRO_PLUGINS_DIR}
${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeopsSoftX.so.1.0.12 ${PSEMUPRO_PLUGINS_DIR}
${MKDIR} ${PSEMUPRO_CFGBINS_DIR}
${INSTALL_PROGRAM} ${WRKSRC}/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR}
${MKDIR} ${PSEMUPRO_CFGFILES_DIR}
${INSTALL_DATA} ${WRKSRC}/gpuPeopsSoftX.cfg ${PSEMUPRO_CFGFILES_DIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} \
${WRKSRC}/readme_1_12.txt \
${WRKSRC}/version_1_12.txt \
${DOCSDIR}
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1 @@
MD5 (gpupeopssoftx112.tar.gz) = e474bfcd09fc55582f76d96fec29d33f

View file

@ -0,0 +1 @@
A PSEmu Pro GPU plugin using a software X11 renderer (Linux version)

View file

@ -0,0 +1,8 @@
P.E.Op.S. Soft GPU is a PSEmu Pro GPU plugin using a software X11 renderer.
This is the Linux version, tested with emulators/linux-ePSXe.
WWW: http://sourceforge.net/projects/peops/
- Jean-Yves Lefort
jylefort@brutele.be

View file

@ -0,0 +1,12 @@
lib/linux-psemupro/plugins/libgpuPeopsSoftX.so.1.0.12
libexec/linux-psemupro/cfg/cfgPeopsSoft
share/linux-psemupro/cfg/gpuPeopsSoftX.cfg
@dirrm lib/linux-psemupro/plugins
@dirrm lib/linux-psemupro
@dirrm libexec/linux-psemupro/cfg
@dirrm libexec/linux-psemupro
@dirrm share/linux-psemupro/cfg
@dirrm share/linux-psemupro
%%PORTDOCS%%share/doc/linux-peops-softgpu/readme_1_12.txt
%%PORTDOCS%%share/doc/linux-peops-softgpu/version_1_12.txt
%%PORTDOCS%%@dirrm share/doc/linux-peops-softgpu