16 lines
377 B
Makefile
16 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/08/22 20:08:01 adam Exp $
|
|
|
|
DISTNAME= jbig2dec-0.11
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jbig2dec/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://jbig2dec.sourceforge.net/
|
|
COMMENT= JBIG2 decoder library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|