summaryrefslogtreecommitdiff
path: root/time/sunclock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunclock/Makefile')
-rw-r--r--time/sunclock/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/time/sunclock/Makefile b/time/sunclock/Makefile
new file mode 100644
index 00000000000..58e4e5a6457
--- /dev/null
+++ b/time/sunclock/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $
+#
+
+DISTNAME= sunclock-1.4
+CATEGORIES= x11 time
+MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
+
+MAINTAINER= perry@netbsd.org
+
+USE_IMAKE= yes
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+MAKE_ENV+= CPPFLAGS=-DUSE_PUTENV
+.endif
+
+.include "../../mk/bsd.pkg.mk"