pkgsrc/devel/maketool/Makefile
2007-12-12 20:42:28 +00:00

22 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.38 2007/12/12 20:42:32 wiz Exp $
#
DISTNAME= maketool-0.7-src
PKGNAME= maketool-0.7
PKGREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://home.alphalink.com.au/~gnb/maketool/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.alphalink.com.au/~gnb/maketool/
COMMENT= Graphical front end to GNU make
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"