aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/wmtime/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-07-13 07:14:13 +0800
committersteve <steve@FreeBSD.org>1998-07-13 07:14:13 +0800
commite2cdbdec995e61b6099e3138ec62da97f8f7788f (patch)
tree6370a3443a4db6b9e370cee2fa1053ccad24cafa /x11-clocks/wmtime/Makefile
parent0206a95e07e831e31703cd0e0780bfdc96914cc7 (diff)
downloadfreebsd-ports-gnome-e2cdbdec995e61b6099e3138ec62da97f8f7788f.tar.gz
freebsd-ports-gnome-e2cdbdec995e61b6099e3138ec62da97f8f7788f.tar.zst
freebsd-ports-gnome-e2cdbdec995e61b6099e3138ec62da97f8f7788f.zip
Initial import of wmtime version 1.0b2
Time/Date applet for WindowMaker. PR: 7139 Submitted by: Richard M. Neswold <rneswold@mcs.net>
Diffstat (limited to 'x11-clocks/wmtime/Makefile')
-rw-r--r--x11-clocks/wmtime/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-clocks/wmtime/Makefile b/x11-clocks/wmtime/Makefile
new file mode 100644
index 000000000000..c4d9741e5726
--- /dev/null
+++ b/x11-clocks/wmtime/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: wmtime
+# Version required: 1.0b2
+# Date created: 1 July 1998
+# Whom: Rich Neswold <rneswold@mcs.net>
+#
+# $Id$
+#
+
+DISTNAME= wmtime-1.0b2
+CATEGORIES= x11
+MASTER_SITES= http://www.xs4all.nl/~warp/files/
+
+MAINTAINER= rneswold@mcs.net
+
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+
+WRKSRC= ${WRKDIR}/wmtime.app/wmtime
+USE_IMAKE= yes
+NO_INSTALL_MANPAGES= 1
+
+post-extract:
+ ${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
+
+.include <bsd.port.mk>