diff options
author | drochner <drochner@pkgsrc.org> | 2005-01-16 11:51:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-01-16 11:51:52 +0000 |
commit | 3eff9821d8df3fbc75e55bcb1d682f5737ec3179 (patch) | |
tree | 1838d2d8a6349f95ff1dedf8913624a483b42282 /graphics/gimp-refocus-it/Makefile | |
parent | 9d6ba206bf3cb5dbda728145565384a8465fbbe3 (diff) | |
download | pkgsrc-3eff9821d8df3fbc75e55bcb1d682f5737ec3179.tar.gz |
import the "refocus-it" gimp2 plugin which is much better than
the "sharpen" which comes with the base packet
Diffstat (limited to 'graphics/gimp-refocus-it/Makefile')
-rw-r--r-- | graphics/gimp-refocus-it/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gimp-refocus-it/Makefile b/graphics/gimp-refocus-it/Makefile new file mode 100644 index 00000000000..94c4cf8eb60 --- /dev/null +++ b/graphics/gimp-refocus-it/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/16 11:51:52 drochner Exp $ +# + +DISTNAME= refocus-it-2.0.0 +PKGNAME= gimp-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 +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +#just build the plugin +CONFIGURE_ARGS+= --without-cmdline + +.include "../../graphics/gimp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |