23 lines
535 B
Makefile
23 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.10 2001/02/16 14:38:41 wiz 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_DEPENDS+= msgfmt:../../devel/gettext
|
|
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"
|