summaryrefslogtreecommitdiff
path: root/time/logtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/logtime/Makefile')
-rw-r--r--time/logtime/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/time/logtime/Makefile b/time/logtime/Makefile
new file mode 100644
index 00000000000..d0384b6c0b3
--- /dev/null
+++ b/time/logtime/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:12 wiz Exp $
+#
+
+DISTNAME= logtime-1.0
+CATEGORIES= sysutils time
+MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+DEPENDS+= sh-utils-*:../../sysutils/sh-utils
+
+.include "../../mk/bsd.prefs.mk"
+
+NO_CONFIGURE= yes
+NO_PATCH= 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"