cc767b7060
From upstream and MAINTAINER, Laurence Tratt.
27 lines
498 B
Makefile
27 lines
498 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/12/21 14:44:29 edd Exp $
|
|
|
|
COMMENT = time multiple executions of a command
|
|
|
|
DISTNAME = multitime-1.2
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://tratt.net/laurie/src/multitime/
|
|
|
|
MAINTAINER = Laurence Tratt <laurie@tratt.net>
|
|
|
|
# BSD / MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}releases/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
WANTLIB = c m
|
|
|
|
.include <bsd.port.mk>
|