summaryrefslogtreecommitdiff
path: root/x11-clocks/wmitime/Makefile
diff options
context:
space:
mode:
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>