summaryrefslogtreecommitdiff
path: root/emulators/linux-peops-spu/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-12 00:28:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-12 00:28:50 +0000
commitb941769c58cc79ec777b83ef2b34dd248e2a29ed (patch)
tree72a28d45ca4740f91dd7b581f1ab97521a79f579 /emulators/linux-peops-spu/Makefile
parentremoved 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/Makefile')
-rw-r--r--emulators/linux-peops-spu/Makefile54
1 files changed, 54 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>