diff options
Diffstat (limited to 'graphics/jbig2dec/Makefile')
-rw-r--r-- | graphics/jbig2dec/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile new file mode 100644 index 00000000000..eb524db6818 --- /dev/null +++ b/graphics/jbig2dec/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/09/09 02:13:50 joerg Exp $ +# + +DISTNAME= jbig2dec-0.11 +CATEGORIES= graphics +MASTER_SITES= http://ghostscript.com/~giles/jbig2/jbig2dec/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://jbig2dec.sourceforge.net +COMMENT= JBIG2 decoder library + +PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= gnu-gpl-v3 + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |