diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-23 22:38:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-23 22:38:06 +0000 |
commit | cdf192280ebed912b1f3c403703fc7ebd0f23d9d (patch) | |
tree | 1629d6c2fec5d690fbbcdff623ea655d7c5eff8a | |
parent | 3a13ebd730fe23bfc7b1150fd0ae2b7583a6a17a (diff) | |
download | pkgsrc-cdf192280ebed912b1f3c403703fc7ebd0f23d9d.tar.gz |
buildlink1 -> buildlink2
-rw-r--r-- | x11/keylaunch/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile index d8e20644a3f..55031899ce3 100644 --- a/x11/keylaunch/Makefile +++ b/x11/keylaunch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/11/25 09:40:08 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/23 22:38:06 jlam Exp $ # DISTNAME= keylaunch-1.3.0 @@ -11,12 +11,14 @@ COMMENT= X utility for binding commands to a hot key WRKSRC= ${WRKDIR}/keylaunch +USE_BUILDLINK2= YES +USE_X11BASE= YES USE_GMAKE= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/keylaunch - ${INSTALL_DATA} ${WRKSRC}/example_rc ${PREFIX}/share/examples/keylaunch/keylaunch.rc + ${INSTALL_DATA} ${WRKSRC}/example_rc \ + ${PREFIX}/share/examples/keylaunch/keylaunch.rc -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |