diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-20 16:27:35 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-20 16:27:35 +0800 |
commit | 40fc45d19aef518a4b521d077d3b6ac63b8c387d (patch) | |
tree | 1837730fe06190c9c5b547565e4b40e033852020 /emulators | |
parent | db214abcc11a0c53f7500536bec3682c348c408d (diff) | |
download | freebsd-ports-graphics-40fc45d19aef518a4b521d077d3b6ac63b8c387d.tar.gz freebsd-ports-graphics-40fc45d19aef518a4b521d077d3b6ac63b8c387d.tar.zst freebsd-ports-graphics-40fc45d19aef518a4b521d077d3b6ac63b8c387d.zip |
. update to version 1.18;
. trim Makefile headers;
. land maintainership to the submitter.
While here: remove the indefinite article from COMMENT.
PR: ports/173463
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-peops-softgpu/Makefile | 25 | ||||
-rw-r--r-- | emulators/linux-peops-softgpu/distinfo | 6 | ||||
-rw-r--r-- | emulators/linux-peops-softgpu/pkg-plist | 3 |
3 files changed, 17 insertions, 17 deletions
diff --git a/emulators/linux-peops-softgpu/Makefile b/emulators/linux-peops-softgpu/Makefile index 772950f8fc9..baf49644230 100644 --- a/emulators/linux-peops-softgpu/Makefile +++ b/emulators/linux-peops-softgpu/Makefile @@ -1,25 +1,22 @@ -# New ports collection makefile for: linux-peops-softgpu -# Date created: 21 Dec 2002 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= peops-softgpu -PORTVERSION= 1.17 -PORTREVISION= 1 +PORTVERSION= ${SOFTGPU_VERSION} CATEGORIES= emulators linux MASTER_SITES= http://www.pbernert.com/ PKGNAMEPREFIX= linux- -DISTNAME= gpupeopssoftx${MAJOR}${MINOR} +DISTFILES= gpupeopssoftx${MAJOR}${MINOR}${EXTRACT_SUFX} \ + ${CFG_DISTFILE} -MAINTAINER= ports@FreeBSD.org -COMMENT= A PSEmu Pro GPU plugin using a software X11 renderer (Linux version) +MAINTAINER= cyberbotx@cyberbotx.com +COMMENT= PSEmu Pro GPU plugin using a software X11 renderer (Linux version) NO_WRKSUBDIR= yes NO_BUILD= yes USE_LINUX= yes USE_LINUX_APPS= gtk xorglibs +PORTDOCS= * ONLY_FOR_ARCHS= i386 amd64 @@ -31,17 +28,21 @@ PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg +.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}/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/cfg/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR} ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} ${INSTALL_DATA} ${WRKSRC}/gpuPeopsSoftX.cfg ${PSEMUPRO_CFGFILES_DIR} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} .endif diff --git a/emulators/linux-peops-softgpu/distinfo b/emulators/linux-peops-softgpu/distinfo index a9395a4a5fb..057e1ac1f82 100644 --- a/emulators/linux-peops-softgpu/distinfo +++ b/emulators/linux-peops-softgpu/distinfo @@ -1,2 +1,4 @@ -SHA256 (gpupeopssoftx117.tar.gz) = bf872d3b300149b9a72efbc2f717b153bcce11f1ad6ea7c9d26832a6cd987936 -SIZE (gpupeopssoftx117.tar.gz) = 222056 +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-plist b/emulators/linux-peops-softgpu/pkg-plist index ed4b73317fa..deea130b8bf 100644 --- a/emulators/linux-peops-softgpu/pkg-plist +++ b/emulators/linux-peops-softgpu/pkg-plist @@ -7,6 +7,3 @@ share/psemupro/cfg/gpuPeopsSoftX.cfg @dirrmtry libexec/psemupro @dirrmtry share/psemupro/cfg @dirrmtry share/psemupro -%%PORTDOCS%%%%DOCSDIR%%/peops_soft_readme_%%MAJOR%%_%%MINOR%%.txt -%%PORTDOCS%%%%DOCSDIR%%/peops_soft_version_%%MAJOR%%_%%MINOR%%.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% |