pkgsrc/graphics/resize_image/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
468 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= resize_image-0.6
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://lab.erasme.org/resize_image/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://lab.erasme.org/resize_image/
COMMENT= Fast image resizing tool
USE_TOOLS+= gmake
CFLAGS+= -DUNIX
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/resize_image ${PREFIX}/bin
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"