summaryrefslogtreecommitdiff
path: root/time/wmtime/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-17 23:32:09 +0000
committerwiz <wiz@pkgsrc.org>2000-12-17 23:32:09 +0000
commitdf7948804e18401baeb9f3f2ca9b7ded3f4f66c7 (patch)
tree73288b5bb97270ccddd92731e20bbfff8858d306 /time/wmtime/Makefile
parent389033175de2a6d1922929cf5b7598f2da56932a (diff)
downloadpkgsrc-df7948804e18401baeb9f3f2ca9b7ded3f4f66c7.tar.gz
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime, misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/wmtime/Makefile')
-rw-r--r--time/wmtime/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/time/wmtime/Makefile b/time/wmtime/Makefile
new file mode 100644
index 00000000000..e1c961acc52
--- /dev/null
+++ b/time/wmtime/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:21 wiz Exp $
+#
+
+DISTNAME= wmtime-1.0b2
+CATEGORIES= x11 time
+MASTER_SITES= ftp://ftp.alpha.alt.ru/pub/UNIX/X11/WMaker/ \
+ http://www.netbsd.org/~ad/distfiles/
+
+MAINTAINER= ad@netbsd.org
+
+USE_IMAKE= YES
+USE_XPM= YES
+
+NO_INSTALL_MANPAGES= YES
+WRKSRC= ${WRKDIR}/wmtime.app/wmtime
+
+post-extract:
+ ${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
+ ${TOUCH} ${WRKSRC}/wmtime.man
+
+do-configure:
+ cd ${WRKSRC} && imake -DUseInstalled -DUseGccMakeDepend -I${X11BASE}/lib/X11/config && \
+ ${MAKE} Makefiles && \
+ ${MAKE} includes && \
+ ${MAKE} depend
+
+.include "../../mk/bsd.pkg.mk"