pkgsrc/time/logtime/Makefile

23 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/04/12 12:31:16 wiz Exp $
#
DISTNAME= logtime-1.0
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
DEPENDS+= {sh-utils-[0-9]*,coreutils-[0-9]*}:../../sysutils/coreutils
.include "../../mk/bsd.prefs.mk"
NO_CONFIGURE= yes
MAKE_PARAMS+= PREFIX=${PREFIX}
MAKE_PARAMS+= GDATE=${LOCALBASE}/bin/gdate
ALL_TARGET= all ${MAKE_PARAMS}
INSTALL_TARGET= install ${MAKE_PARAMS}
.include "../../mk/bsd.pkg.mk"