summaryrefslogtreecommitdiff
path: root/devel/maketool/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2000-01-03 23:36:17 +0000
committerfredb <fredb>2000-01-03 23:36:17 +0000
commitd9df5ce65cb10f6d9962a105eefdf4af5185b5f4 (patch)
tree8d5daea1aaa5e4c829211210962d6ab4ffea50e6 /devel/maketool/Makefile
parente7cfdd503774c5f05ff6d4a40a845600661aa8e2 (diff)
downloadpkgsrc-d9df5ce65cb10f6d9962a105eefdf4af5185b5f4.tar.gz
Update maketool to 0.5.1. Incorporates pkgsrc patches,
fixes some long-standing bugs, works now with gtk-1.2.6.
Diffstat (limited to 'devel/maketool/Makefile')
-rw-r--r--devel/maketool/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile
index fc897d59437..1cb94aac2a8 100644
--- a/devel/maketool/Makefile
+++ b/devel/maketool/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 1999/10/23 00:05:15 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/01/03 23:36:17 fredb Exp $
#
-DISTNAME= maketool-0.4
+DISTNAME= maketool-0.5.1
CATEGORIES= devel
MASTER_SITES= http://www.alphalink.com.au/~gnb/maketool/
EXTRACT_SUFX= -src.tgz
@@ -9,18 +9,17 @@ EXTRACT_SUFX= -src.tgz
MAINTAINER= fb@enteract.com
HOMEPAGE= http://www.alphalink.com.au/~gnb/maketool/
+BUILD_DEPENDS+= autoconf:../../devel/autoconf
DEPENDS+= gettext-0.10.35:../../devel/gettext
DEPENDS+= gtk+-1.2.*:../../x11/gtk
USE_GMAKE= yes
-USE_X11BASE= yes
+USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-included-gettext
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" GMAKE=${GMAKE}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
-post-patch:
- cd ${WRKSRC}; \
- ${SED} 's|^make|${GMAKE}|' >extract_targets <extract_targets.sh
+pre-configure:
+ cd ${WRKSRC}; autoconf
.include "../../mk/bsd.pkg.mk"