pkgsrc/graphics/mng/Makefile
agc 95b3c24e92 Upgrade the mng package from 1.0.0 to 1.0.3.
Provided in PR 15043 by Robert Elz.

"The changes appear to be mostly bug fixes - particularly some
memory leaks (at least from my point of view).   If you've
ever done anything non trivial with an MNG, and see now big
things become, this might help."
2002-01-09 12:28:37 +00:00

25 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/01/09 12:28:37 agc Exp $
DISTNAME= libmng-1.0.3
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= http://www.3-t.com/libmng/download/ \
${MASTER_SITE_SOURCEFORGE:=libmng/} \
http://www.libmng.com/download/
MAINTAINER= packages@netbsd.com
HOMEPAGE= http://www.libmng.com/
COMMENT= Multiple-image Network Graphics (MNG) reference library
USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --with-jpeg=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-lcms=${BUILDLINK_DIR}
.include "../../devel/zlib/buildlink.mk"
.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/lcms/buildlink.mk"
.include "../../mk/bsd.pkg.mk"