pkgsrc/sysutils/grun/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

23 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:32 jlam Exp $
DISTNAME= grun-0.9.2
PKGREVISION= 3
CATEGORIES= misc
MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= ${MASTER_SITES}/grun.html
COMMENT= GTK+ based Run dialog
USE_X11= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
PTHREAD_OPTS+= require
post-install:
${MV} ${LOCALBASE}/man/man1/grun.1x ${LOCALBASE}/man/man1/grun.1
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"