openbsd-ports/sysutils/multitime/Makefile
edd 175b4aeb1e Update to multitime-1.1.
From upstream developer, Laurence Tratt.
2012-10-28 20:42:13 +00:00

27 lines
498 B
Makefile

# $OpenBSD: Makefile,v 1.2 2012/10/28 20:42:13 edd Exp $
COMMENT = time multiple executions of a command
DISTNAME = multitime-1.1
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>