2010-02-05 12:42:37 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2010/02/05 11:42:37 drochner Exp $
|
2008-08-19 19:51:14 +02:00
|
|
|
|
2010-02-05 12:42:37 +01:00
|
|
|
DISTNAME= babl-0.1.2
|
2008-08-19 19:51:14 +02:00
|
|
|
CATEGORIES= graphics
|
2010-02-05 12:42:37 +01:00
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/babl/0.1/ \
|
|
|
|
http://ftp.gwdg.de/pub/misc/grafik/gimp/babl/0.1/
|
2008-08-19 19:51:14 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= bjs@NetBSD.org
|
|
|
|
HOMEPAGE= http://gegl.org/babl/
|
|
|
|
COMMENT= Dynamic pixel conversion library
|
|
|
|
###
|
|
|
|
### NOTE: to build documentation--which requires additional dependencies--
|
|
|
|
### define BUILD_DOCS in MAKE_ENV.
|
|
|
|
###
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2010-02-02 15:09:58 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
GNU_CONFIGURE= yes
|
2008-08-19 19:51:14 +02:00
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= babl.pc.in
|
|
|
|
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|