e88120cd47
From author and MAINTAINER, Laurence Tratt.
24 lines
415 B
Makefile
24 lines
415 B
Makefile
# $OpenBSD: Makefile,v 1.5 2014/03/12 11:32:38 edd Exp $
|
|
|
|
COMMENT = time multiple executions of a command
|
|
|
|
DISTNAME = multitime-1.3
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://tratt.net/laurie/src/multitime/
|
|
|
|
MAINTAINER = Laurence Tratt <laurie@tratt.net>
|
|
|
|
# BSD / MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}releases/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
WANTLIB = c m
|
|
|
|
.include <bsd.port.mk>
|