openbsd-ports/sysutils/moreutils/Makefile
sthen 00ffd620f1 update to moreutils 0.45, adds support for "ts '%.s'" to print sub-second
timestamps since the epoch when timestamping standard input.

$ ls | ts %.s
1308578507.263414 CVS
1308578507.263924 Makefile
1308578507.263997 distinfo
1308578507.264716 patches
1308578507.264815 pkg
2011-06-20 14:02:36 +00:00

36 lines
769 B
Makefile

# $OpenBSD: Makefile,v 1.2 2011/06/20 14:02:36 sthen Exp $
COMMENT = miscellaneous unix tools
DISTNAME = moreutils_0.45
PKGNAME = ${DISTNAME:S/_/-/}
WRKDIST = ${WRKDIR}/moreutils
CATEGORIES = sysutils
HOMEPAGE = http://joey.kitenet.net/code/moreutils/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c
MASTER_SITES = http://ftp.de.debian.org/debian/pool/main/m/moreutils/
BUILD_DEPENDS = textproc/docbook2x
RUN_DEPENDS = devel/p5-IPC-Run \
devel/p5-Time-Duration \
devel/p5-Time-TimeDate
MAKE_FLAGS = DOCBOOK2XMAN=docbook2man
FAKE_FLAGS = PREFIX=${PREFIX}
USE_GMAKE = Yes
NO_REGRESS = Yes
.include <bsd.port.mk>