blob: ec3375a90e969653130cd1d2a79043dd5ff8abd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.10 2008/02/17 20:30:36 tnn 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
NO_CONFIGURE= yes
MAKE_FLAGS+= PREFIX=${PREFIX}
BUILD_TARGET= all
INSTALL_TARGET= install
INSTALLATION_DIRS= ${PKGMANDIR}
.include "../../mk/bsd.pkg.mk"
|