diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-16 13:30:45 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-16 13:30:45 +0000 |
commit | 5474e1b9dd92681079a50f5fcf19860b16d1d66c (patch) | |
tree | f5b61c2c81fbf27d31d4613888163e7241ef12f1 /benchmarks/xengine/Makefile | |
parent | 2b004da19e7bc0ac59f48678b0864a3b24db1128 (diff) | |
download | ports-5474e1b9dd92681079a50f5fcf19860b16d1d66c.tar.gz ports-5474e1b9dd92681079a50f5fcf19860b16d1d66c.zip |
Notes
Diffstat (limited to 'benchmarks/xengine/Makefile')
-rw-r--r-- | benchmarks/xengine/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile new file mode 100644 index 000000000000..3bc0162133e6 --- /dev/null +++ b/benchmarks/xengine/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: xengine +# Version required: pl1 +# Date created: 17 January 1997 +# Whom: FURUSAWA,Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp> + +DISTNAME= xengine-pl1 +PKGNAME= xengine +CATEGORIES= benchmarks x11 +MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/ +DISTFILES= part01.z patch1.z + +MAINTAINER= furusawa@com.cs.osakafu-u.ac.jp + +BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar + +DIST_SUBDIR= xengine +WRKSRC= $(WRKDIR) +USE_IMAKE= yes + +EXTRACT_CMD= zcat +EXTRACT_SUFX= .z +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR) + +pre-patch: + @cd $(WRKSRC) ; patch < xengine.patch1 + +post-install: +.if !defined(NOPORTDOCS) + @mkdir -p $(PREFIX)/share/doc/xengine + @install -c $(WRKSRC)/README $(PREFIX)/share/doc/xengine +.endif + +.include <bsd.port.mk> |