blob: 0ba4ff8b2f909c0eb34a0d16a342b1535ad641e3 (
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
|
# $NetBSD: Makefile,v 1.11 2001/03/27 03:19:52 hubertf Exp $
#
DISTNAME= maketool-0.6.1
CATEGORIES= devel
MASTER_SITES= http://www.alphalink.com.au/~gnb/maketool/
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= fb@enteract.com
HOMEPAGE= http://www.alphalink.com.au/~gnb/maketool/
COMMENT= Graphical front end to GNU make
BUILD_USES_MSGFMT= yes
DEPENDS+= gtk+-1.2.*:../../x11/gtk
USE_GMAKE= yes
USE_LIBINTL= yes
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"
|