pkgsrc/time/logtime/Makefile

22 lines
461 B
Makefile
Raw Normal View History

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