Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
23 lines
581 B
Makefile
23 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/06/13 22:47:10 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= animal-0.15.0
|
|
PKGNAME= lib${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=siptoolbox/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= matias@dotbsd.org
|
|
HOMEPAGE= http://siptoolbox.sourceforge.net/
|
|
COMMENT= Imaging and computer vision library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= config/animal.pc.in
|
|
|
|
.include "../../graphics/ImageMagick/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|