diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-13 08:44:00 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-13 08:44:00 +0000 |
commit | fa84a779528cb5058a04faff418ccc9412e46cd6 (patch) | |
tree | 3b93edd115361f2eaa7d1c6b8b1999749c85db1b /emulators | |
parent | f56dd157b458a31b27040799b42c40257ec29f2e (diff) | |
download | FreeBSD-ports-fa84a779528cb5058a04faff418ccc9412e46cd6.zip FreeBSD-ports-fa84a779528cb5058a04faff418ccc9412e46cd6.tar.gz |
New port: emulators/linux-pete-mesagpu
This is Pete's MesaGL GPU, a PSEmu Pro GPU plugin.
Tested on the above system with emulators/linux-ePSXe (ports/46240).
PR: ports/46482
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux-pete-mesagpu/Makefile | 55 | ||||
-rw-r--r-- | emulators/linux-pete-mesagpu/distinfo | 1 | ||||
-rw-r--r-- | emulators/linux-pete-mesagpu/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/linux-pete-mesagpu/pkg-descr | 9 | ||||
-rw-r--r-- | emulators/linux-pete-mesagpu/pkg-plist | 14 |
6 files changed, 81 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index f652058..bff64bb 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -33,6 +33,7 @@ SUBDIR += linux-ePSXe SUBDIR += linux-peops-softgpu SUBDIR += linux-peops-spu + SUBDIR += linux-pete-mesagpu SUBDIR += linux-vmware-toolbox SUBDIR += linux-winetools SUBDIR += linux_base diff --git a/emulators/linux-pete-mesagpu/Makefile b/emulators/linux-pete-mesagpu/Makefile new file mode 100644 index 0000000..c7c1315 --- /dev/null +++ b/emulators/linux-pete-mesagpu/Makefile @@ -0,0 +1,55 @@ +# New ports collection makefile for: linux-pete-mesagpu +# Date created: 23 Dec 2002 +# Whom: Jean-Yves Lefort <jylefort@brutele.be> +# +# $FreeBSD$ +# + +PORTNAME= mesagpu +PORTVERSION= 1.68 +CATEGORIES= emulators linux +MASTER_SITES= http://home.t-online.de/home/PeteBernert/ +PKGNAMEPREFIX= linux-pete- +DISTNAME= gpupetemesagl168 + +MAINTAINER= jylefort@brutele.be + +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk \ + ${LINUXBASE}/usr/X11R6/lib/libGL.so:${PORTSDIR}/graphics/linux_mesa3 + +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}/libgpuPeteMesaGL.so.1.0.68 ${PSEMUPRO_PLUGINS_DIR} + + ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/cfgPeteMesaGL ${PSEMUPRO_CFGBINS_DIR} + + ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} + ${INSTALL_DATA} ${WRKSRC}/gpuPeteMesaGL.cfg ${PSEMUPRO_CFGFILES_DIR} + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} \ + ${WRKSRC}/readme.txt \ + ${WRKSRC}/version.txt \ + ${DOCSDIR} +.endif + +.include <bsd.port.post.mk> diff --git a/emulators/linux-pete-mesagpu/distinfo b/emulators/linux-pete-mesagpu/distinfo new file mode 100644 index 0000000..b1cc4fd --- /dev/null +++ b/emulators/linux-pete-mesagpu/distinfo @@ -0,0 +1 @@ +MD5 (gpupetemesagl168.tar.gz) = 4cf6d3da575e331434cbc2f2693d2884 diff --git a/emulators/linux-pete-mesagpu/pkg-comment b/emulators/linux-pete-mesagpu/pkg-comment new file mode 100644 index 0000000..859ce6d --- /dev/null +++ b/emulators/linux-pete-mesagpu/pkg-comment @@ -0,0 +1 @@ +A PSEmu Pro GPU plugin using an OpenGL renderer (Linux version) diff --git a/emulators/linux-pete-mesagpu/pkg-descr b/emulators/linux-pete-mesagpu/pkg-descr new file mode 100644 index 0000000..0b73bb5 --- /dev/null +++ b/emulators/linux-pete-mesagpu/pkg-descr @@ -0,0 +1,9 @@ +Pete's MesaGL GPU is a PSEmu Pro GPU plugin using a +hardware-accelerated OpenGL renderer. + +This is the Linux version, tested with emulators/linux-ePSXe. + +WWW: http://home.t-online.de/home/PeteBernert/#Pete's%20MesaGL%20GPU + +- Jean-Yves Lefort +jylefort@brutele.be diff --git a/emulators/linux-pete-mesagpu/pkg-plist b/emulators/linux-pete-mesagpu/pkg-plist new file mode 100644 index 0000000..fdd0599 --- /dev/null +++ b/emulators/linux-pete-mesagpu/pkg-plist @@ -0,0 +1,14 @@ +lib/linux-psemupro/plugins/libgpuPeteMesaGL.so.1.0.68 +libexec/linux-psemupro/cfg/cfgPeteMesaGL +share/linux-psemupro/cfg/gpuPeteMesaGL.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-pete-mesagpu/readme.txt +%%PORTDOCS%%share/doc/linux-pete-mesagpu/version.txt +%%PORTDOCS%%@dirrm share/doc/linux-pete-mesagpu |