pkgsrc/time/logtime/Makefile
2009-07-07 20:07:00 +00:00

21 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.12 2009/07/07 20:07:00 joerg Exp $
#
DISTNAME= logtime-1.2
CATEGORIES= sysutils time
MASTER_SITES= # ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Prints date and time in a standard format
PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
BUILD_TARGET= all
INSTALL_TARGET= install
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"