mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
5f25098780
file from the Debian's mirrors.
29 lines
615 B
Makefile
29 lines
615 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: postmark
|
|
# Date created: Sat Sep 18, 1999
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= postmark
|
|
PORTVERSION= 1.51
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= NetApps file system benchmark
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
PLIST_FILES= sbin/postmark
|
|
|
|
do-build:
|
|
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark postmark-${PORTVERSION}.c)
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/postmark ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|