From ce6fa4f143d726225067d253d7306c91df73abba Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 17 Feb 1997 05:01:18 +0000 Subject: * no $Id$ * PKGNAME needs a version number * DISTNAME useless * use INSTALL_* macros. * "mkdir -p" --> ${MKDIR} * changed "BTW" to something non-native english speakers may understand. --- benchmarks/xengine/Makefile | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'benchmarks/xengine') diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile index 2fe351b..37610c3 100644 --- a/benchmarks/xengine/Makefile +++ b/benchmarks/xengine/Makefile @@ -2,9 +2,11 @@ # Version required: pl1 # Date created: 17 January 1997 # Whom: FURUSAWA,Kazuhisa +# +# $Id$ +# -DISTNAME= xengine-pl1 -PKGNAME= xengine +PKGNAME= xengine-1.0.1 CATEGORIES= benchmarks x11 MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/ DISTFILES= part01.z patch1.z @@ -14,7 +16,7 @@ MAINTAINER= furusawa@com.cs.osakafu-u.ac.jp BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar DIST_SUBDIR= xengine -WRKSRC= $(WRKDIR) +NO_WRKSUBDIR= yes USE_IMAKE= yes EXTRACT_CMD= zcat @@ -27,9 +29,12 @@ pre-patch: post-install: .if !defined(NOPORTDOCS) - @mkdir -p $(PREFIX)/share/doc/xengine - @install -c $(WRKSRC)/README $(PREFIX)/share/doc/xengine + @${MKDIR} ${PREFIX}/share/doc/xengine + @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xengine .endif - @${ECHO} "BTW: 1067 RPMs with P100, Winner 2000PRO/X, resol: 1152x900" + @${ECHO} "" + @${ECHO} "Example value:" + @${ECHO} " 1067 RPMs with P100, Winner 2000PRO/X, resolution: 1152x900" + @${ECHO} "" .include -- cgit v1.1