summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-21 13:08:54 +0000
committerwiz <wiz>2002-10-21 13:08:54 +0000
commit13d30681fd98a2e7e60e954b16f954d2780b287b (patch)
tree973710e281b141cefad63f1090e0f9c39f65059d /time
parente6eaa14119589a2133452a8837980da5ec9d4879 (diff)
downloadpkgsrc-13d30681fd98a2e7e60e954b16f954d2780b287b.tar.gz
Convert to buildlink2. Let USE_IMAKE make do-configure instead of doing it
manually.
Diffstat (limited to 'time')
-rw-r--r--time/wmtime/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/time/wmtime/Makefile b/time/wmtime/Makefile
index d85393d84a7..e77d5804632 100644
--- a/time/wmtime/Makefile
+++ b/time/wmtime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:32:12 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/21 13:08:54 wiz Exp $
#
DISTNAME= wmtime-1.0b2
@@ -9,8 +9,8 @@ MASTER_SITES= ftp://ftp.alpha.alt.ru/pub/UNIX/X11/WMaker/ \
MAINTAINER= ad@netbsd.org
COMMENT= Time/Date applet for WindowMaker
+USE_BUILDLINK2= YES
USE_IMAKE= YES
-USE_XPM= YES
NO_INSTALL_MANPAGES= YES
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
@@ -19,10 +19,5 @@ 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 "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"