pkgsrc/graphics/kphotobook/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
526 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= kphotobook-0.0.6
PKGREVISION= 1
CATEGORIES= kde graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kphotobook/}
MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://kphotobook.sourceforge.net/
COMMENT= Powerful, intuitive KDE application to manage and organize your photos
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"