summaryrefslogtreecommitdiff
path: root/x11-clocks/wmitime/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-03-16 09:46:15 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-03-16 09:46:15 +0000
commit8cc8d7313bbb003f9eb73acb6b4402864f08d92f (patch)
tree743723bdca3311fd3721ba33c3693a50c4f15df8 /x11-clocks/wmitime/Makefile
parentActivate gnomeicu (diff)
WMitime is yet another clock dockapp (and quite overglorified at that)
it shows standard time, date, as well as the new internet time. For more info on internet time, see http://www.swatch.com/ PR: 9999 Submitted by: Jim Mock <jim@phrantic.phear.net>
Notes
Notes: svn path=/head/; revision=17247
Diffstat (limited to 'x11-clocks/wmitime/Makefile')
-rw-r--r--x11-clocks/wmitime/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-clocks/wmitime/Makefile b/x11-clocks/wmitime/Makefile
new file mode 100644
index 000000000000..c46d581e085a
--- /dev/null
+++ b/x11-clocks/wmitime/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: wmitime
+# Version required: 0.2
+# Date created: 14 March 1999
+# Whom: Jim Mock <jim@phrantic.phear.net>
+#
+# $Id$
+#
+
+DISTNAME= wmitime-0.2
+CATEGORIES= x11-clocks windowmaker afterstep
+MASTER_SITES= http://www.neotokyo.org/illusion/
+
+MAINTAINER= jim@phrantic.phear.net
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+
+WRKSRC= ${WRKDIR}/wmitime.app/wmitime
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmitime ${PREFIX}/bin
+
+.include <bsd.port.mk>