diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-12-01 00:37:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-12-01 00:37:20 +0000 |
commit | 39edf56f0933f7c5f614aad7fca76ecb6470fe23 (patch) | |
tree | 1f76ce335d709053111226d0016b68e447fbd0ab /emulators/linux-peops-softgpu | |
parent | aafa744d0fba9c50a8846ab406390c74cd0e9937 (diff) |
Notes
Diffstat (limited to 'emulators/linux-peops-softgpu')
-rw-r--r-- | emulators/linux-peops-softgpu/Makefile | 54 | ||||
-rw-r--r-- | emulators/linux-peops-softgpu/distinfo | 4 | ||||
-rw-r--r-- | emulators/linux-peops-softgpu/pkg-descr | 5 | ||||
-rw-r--r-- | emulators/linux-peops-softgpu/pkg-plist | 9 |
4 files changed, 0 insertions, 72 deletions
diff --git a/emulators/linux-peops-softgpu/Makefile b/emulators/linux-peops-softgpu/Makefile deleted file mode 100644 index 28df45d3cd3e..000000000000 --- a/emulators/linux-peops-softgpu/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@brutele.be> -# $FreeBSD$ - -PORTNAME= peops-softgpu -PORTVERSION= ${SOFTGPU_VERSION} -CATEGORIES= emulators linux -MASTER_SITES= http://www.pbernert.com/ -PKGNAMEPREFIX= linux- -DISTFILES= gpupeopssoftx${MAJOR}${MINOR}${EXTRACT_SUFX} \ - ${CFG_DISTFILE} - -MAINTAINER= cyberbotx@cyberbotx.com -COMMENT= PSEmu Pro GPU plugin using a software X11 renderer (Linux version) - -DEPRECATED= Depends on deprecated Linux GTK1 -EXPIRATION_DATE=2013-12-01 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_LINUX= yes -USE_LINUX_APPS= gtk xorglibs -PORTDOCS= * - -ONLY_FOR_ARCHS= i386 amd64 - -MAJOR= ${PORTVERSION:R} -MINOR= ${PORTVERSION:E} -PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} - -PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins -PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg -PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" - -do-install: - ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeopsSoftX.so.${MAJOR}.0.${MINOR} ${PSEMUPRO_PLUGINS_DIR} - - ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/cfg/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR} - - ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} - ${INSTALL_DATA} ${WRKSRC}/gpuPeopsSoftX.cfg ${PSEMUPRO_CFGFILES_DIR} - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/emulators/linux-peops-softgpu/distinfo b/emulators/linux-peops-softgpu/distinfo deleted file mode 100644 index 057e1ac1f82e..000000000000 --- a/emulators/linux-peops-softgpu/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (gpupeopssoftx118.tar.gz) = 6a92f27d8a9d2a883b66ac91e123a97d85fb40f4c2a90fb4edcb322876024f3a -SIZE (gpupeopssoftx118.tar.gz) = 179407 -SHA256 (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 1488750fb2f158b68ef11b693fc1f45948ec41e84b1329315703adc91679fd91 -SIZE (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 59589 diff --git a/emulators/linux-peops-softgpu/pkg-descr b/emulators/linux-peops-softgpu/pkg-descr deleted file mode 100644 index 510c773d2dee..000000000000 --- a/emulators/linux-peops-softgpu/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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/ diff --git a/emulators/linux-peops-softgpu/pkg-plist b/emulators/linux-peops-softgpu/pkg-plist deleted file mode 100644 index deea130b8bf7..000000000000 --- a/emulators/linux-peops-softgpu/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -lib/psemupro/plugins/libgpuPeopsSoftX.so.%%MAJOR%%.0.%%MINOR%% -libexec/psemupro/cfg/cfgPeopsSoft -share/psemupro/cfg/gpuPeopsSoftX.cfg -@dirrmtry lib/psemupro/plugins -@dirrmtry lib/psemupro -@dirrmtry libexec/psemupro/cfg -@dirrmtry libexec/psemupro -@dirrmtry share/psemupro/cfg -@dirrmtry share/psemupro |