pkgsrc/lang/rexx-regina/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

20 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:11 jlam Exp $
#
DISTNAME= regina301
PKGNAME= rexx-regina-3.0.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=regina-rexx/}
EXTRACT_SUFX= .zip
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://regina-rexx.sourceforge.net/
COMMENT= Implementation of the REXX language
WRKSRC= ${WRKDIR}
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
CONFLICTS= rexx-imc-[0-9]*
.include "../../mk/bsd.pkg.mk"