summaryrefslogtreecommitdiff
path: root/devel/maketool/Makefile
blob: 3f46df716a588a7517e6d362dd1f11a0951c7ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile,v 1.3 1999/10/13 12:32:05 fredb Exp $
#

DISTNAME=	maketool-0.4
CATEGORIES=	devel
MASTER_SITES=	http://www.alphalink.com.au/~gnb/maketool/
EXTRACT_SUFX=	-src.tgz

MAINTAINER=	fb@enteract.com
HOMEPAGE=	http://www.alphalink.com.au/~gnb/maketool/

DEPENDS+=	gettext-0.10.35:../../devel/gettext
DEPENDS+=	gtk+-1.2.4:../../x11/gtk

USE_GMAKE=	yes
USE_X11BASE=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-included-gettext
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" GMAKE=${GMAKE}

post-patch:
	cd ${WRKSRC}; \
	${SED} 's|^make|${GMAKE}|' >extract_targets <extract_targets.sh

.include "../../mk/bsd.pkg.mk"