pkgsrc/graphics/refocus-it/Makefile
minskim a98b825cae Override intltool and add build dependency on it instead of directly
depending on packages that intltool requires.
2005-01-21 23:59:17 +00:00

19 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/01/21 23:59:17 minskim Exp $
#
DISTNAME= refocus-it-2.0.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=refocus-it/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://refocus-it.sourceforge.net/
COMMENT= Refocus images
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
#just build the command line tool
CONFIGURE_ARGS+= --without-gimp
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"