diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-12 00:28:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-12 00:28:50 +0000 |
commit | b941769c58cc79ec777b83ef2b34dd248e2a29ed (patch) | |
tree | 72a28d45ca4740f91dd7b581f1ab97521a79f579 /emulators/linux-peops-spu | |
parent | removed ncurses-dialog port (diff) |
This is peops-spu-oss, a SPU plugin using the PSEmu Pro
plugin format (Linux binary).
PR: ports/46242
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes:
svn path=/head/; revision=72935
Diffstat (limited to 'emulators/linux-peops-spu')
-rw-r--r-- | emulators/linux-peops-spu/Makefile | 54 | ||||
-rw-r--r-- | emulators/linux-peops-spu/distinfo | 1 | ||||
-rw-r--r-- | emulators/linux-peops-spu/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/linux-peops-spu/pkg-descr | 8 | ||||
-rw-r--r-- | emulators/linux-peops-spu/pkg-plist | 12 |
5 files changed, 76 insertions, 0 deletions
diff --git a/emulators/linux-peops-spu/Makefile b/emulators/linux-peops-spu/Makefile new file mode 100644 index 000000000000..d722bc2d3193 --- /dev/null +++ b/emulators/linux-peops-spu/Makefile @@ -0,0 +1,54 @@ +# New ports collection makefile for: linux-peops-spu +# Date created: 21 Dec 2002 +# Whom: Jean-Yves Lefort <jylefort@brutele.be> +# +# $FreeBSD$ +# + +PORTNAME= spu +PORTVERSION= 1.3 +CATEGORIES= emulators linux +MASTER_SITES= http://home.t-online.de/home/PeteBernert/ +PKGNAMEPREFIX= linux-peops- +DISTNAME= spupeopsoss103 + +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}/libspuPeopsOSS.so.1.0.3 ${PSEMUPRO_PLUGINS_DIR} + + ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/cfgPeopsOSS ${PSEMUPRO_CFGBINS_DIR} + + ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} + ${INSTALL_DATA} ${WRKSRC}/spuPeopsOSS.cfg ${PSEMUPRO_CFGFILES_DIR} + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} \ + ${WRKSRC}/readme_1_3.txt \ + ${WRKSRC}/version_1_3.txt \ + ${DOCSDIR} +.endif + +.include <bsd.port.post.mk> diff --git a/emulators/linux-peops-spu/distinfo b/emulators/linux-peops-spu/distinfo new file mode 100644 index 000000000000..8db31bb5e5a2 --- /dev/null +++ b/emulators/linux-peops-spu/distinfo @@ -0,0 +1 @@ +MD5 (spupeopsoss103.tar.gz) = 2e3e628d5a58bd9a0c63feb795ba9c22 diff --git a/emulators/linux-peops-spu/pkg-comment b/emulators/linux-peops-spu/pkg-comment new file mode 100644 index 000000000000..147ee585084d --- /dev/null +++ b/emulators/linux-peops-spu/pkg-comment @@ -0,0 +1 @@ +A PSEmu Pro SPU plugin using the OSS interface (Linux version) diff --git a/emulators/linux-peops-spu/pkg-descr b/emulators/linux-peops-spu/pkg-descr new file mode 100644 index 000000000000..58f52505e081 --- /dev/null +++ b/emulators/linux-peops-spu/pkg-descr @@ -0,0 +1,8 @@ +P.E.Op.S. OSS SPU is a PSEmu Pro SPU plugin using the OSS interface. + +This is the Linux version, tested with emulators/linux-ePSXe. + +WWW: http://sourceforge.net/projects/peops/ + +- Jean-Yves Lefort +jylefort@brutele.be diff --git a/emulators/linux-peops-spu/pkg-plist b/emulators/linux-peops-spu/pkg-plist new file mode 100644 index 000000000000..e04fb9f35faa --- /dev/null +++ b/emulators/linux-peops-spu/pkg-plist @@ -0,0 +1,12 @@ +lib/linux-psemupro/plugins/libspuPeopsOSS.so.1.0.3 +libexec/linux-psemupro/cfg/cfgPeopsOSS +share/linux-psemupro/cfg/spuPeopsOSS.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-spu/readme_1_3.txt +%%PORTDOCS%%share/doc/linux-peops-spu/version_1_3.txt +%%PORTDOCS%%@dirrm share/doc/linux-peops-spu |