summaryrefslogtreecommitdiff
path: root/benchmarks/xengine/Makefile
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>2000-04-03 15:55:23 +0000
committersakamoto <sakamoto@pkgsrc.org>2000-04-03 15:55:23 +0000
commit4e1795ba5bdee6b3ec1ac88d51a8333e6e167062 (patch)
tree5eeb89fbb42d92005663abdadb28a33d8198d8d6 /benchmarks/xengine/Makefile
parentc8e9c759ef8dd48a93833e191390a07d8820ae42 (diff)
downloadpkgsrc-4e1795ba5bdee6b3ec1ac88d51a8333e6e167062.tar.gz
Adapt this package to NetBSD.
Diffstat (limited to 'benchmarks/xengine/Makefile')
-rw-r--r--benchmarks/xengine/Makefile25
1 files changed, 7 insertions, 18 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile
index 992f25fb1d6..4209b30651c 100644
--- a/benchmarks/xengine/Makefile
+++ b/benchmarks/xengine/Makefile
@@ -1,10 +1,5 @@
-# New ports collection makefile for: xengine
-# Version required: pl1
-# Date created: 17 January 1997
-# Whom: FURUSAWA,Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp>
-#
-# $FreeBSD: ports/benchmarks/xengine/Makefile,v 1.9 2000/02/02 22:31:24 mharo Exp $
-#
+# $NetBSD: Makefile,v 1.2 2000/04/03 15:55:23 sakamoto Exp $
+# FreeBSD Id: ports/benchmarks/xengine/Makefile,v 1.9 2000/02/02 22:31:24 mharo Exp
DISTNAME= xengine-1.0.1
CATEGORIES= benchmarks
@@ -13,31 +8,25 @@ DISTFILES= part01.z patch1.z
PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below
-MAINTAINER= kazu@jp.freebsd.org
+MAINTAINER= sakamoto@netbsd.org
-BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
+BUILD_DEPENDS= gunshar:../../archivers/gsharutils
DIST_SUBDIR= xengine
NO_WRKSUBDIR= yes
USE_IMAKE= yes
-EXTRACT_CMD= zcat
-EXTRACT_BEFORE_ARGS= #empty
-EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR)
-
-MAN1= xengine.1
+EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | gunshar
pre-patch:
- @cd $(WRKSRC) ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1
+ @cd ${WRKSRC} ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/xengine
@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xengine
-.endif
@${ECHO} ""
@${ECHO} "Example value:"
@${ECHO} " 1067 RPMs with P100, Winner 2000PRO/X, resolution: 1152x900"
@${ECHO} ""
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"