diff options
author | rh <rh@pkgsrc.org> | 1999-12-06 18:58:26 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-06 18:58:26 +0000 |
commit | 7d73b7b3eb775a1c079ae899e3492093907cf3f5 (patch) | |
tree | 948de9f5db02b4dc5e924fee0516f3a71c11c454 /benchmarks/postmark/Makefile | |
parent | 3d588f100e747d9f3606589866177c41cea11dc3 (diff) | |
download | pkgsrc-7d73b7b3eb775a1c079ae899e3492093907cf3f5.tar.gz |
Initial import of FreeBSD postmark-1.11, a netapps filesystem benchmark.
Diffstat (limited to 'benchmarks/postmark/Makefile')
-rw-r--r-- | benchmarks/postmark/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile new file mode 100644 index 00000000000..2a813ef82b6 --- /dev/null +++ b/benchmarks/postmark/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# Ports collection makefile for: postmark +# Version required: 1.11 +# Date created: Sat Sep 18, 1999 +# Whom: David O'Brien (obrien@NUXI.com) +# +# $FreeBSD: ports/benchmarks/postmark/Makefile,v 1.2 1999/09/19 05:13:20 obrien Exp $ +# + +DISTNAME= postmark-1_11 +PKGNAME= postmark-1.11 +CATEGORIES= benchmarks +MASTER_SITES= http://www.netapp.com/ftp/ \ + http://www.taronga.com/~nick/files/ +EXTRACT_SUFX= .c + +MAINTAINER= obrien@FreeBSD.org + +NO_WRKSUBDIR= yes + +do-extract: + @${MKDIR} ${WRKDIR} + @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + +do-build: + (cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark ${DISTFILES}) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/postmark ${PREFIX}/sbin + +.include <bsd.port.mk> |