diff options
author | drochner <drochner@pkgsrc.org> | 2005-01-16 11:52:43 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-01-16 11:52:43 +0000 |
commit | 6255daea9b36752ba44f9ce04cdec4af2b575665 (patch) | |
tree | 1b8215ad51df21129cb266371d4005336115eab6 /graphics/refocus-it/Makefile | |
parent | 9ce9bc929cbd22653aaee5a2ad40db1c29e46d03 (diff) | |
download | pkgsrc-6255daea9b36752ba44f9ce04cdec4af2b575665.tar.gz |
commandline version of the GIMP plugin
Diffstat (limited to 'graphics/refocus-it/Makefile')
-rw-r--r-- | graphics/refocus-it/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/refocus-it/Makefile b/graphics/refocus-it/Makefile new file mode 100644 index 00000000000..05cf578c229 --- /dev/null +++ b/graphics/refocus-it/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/16 11:52:43 drochner 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 "../../mk/bsd.pkg.mk" |