e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
33 lines
775 B
Makefile
33 lines
775 B
Makefile
# $NetBSD: Makefile,v 1.17 2010/06/13 22:44:02 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= blib-1.0.2
|
|
PKGREVISION= 8
|
|
CATEGORIES= devel graphics
|
|
MASTER_SITES= http://sven.gimp.org/blinkenlights/old/
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= http://www.blinkenlights.de/
|
|
COMMENT= Blinkenlights library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
PKGCONFIG_OVERRIDE+= blib-directfb.pc.in
|
|
PKGCONFIG_OVERRIDE+= blib-gtk.pc.in
|
|
PKGCONFIG_OVERRIDE+= blib.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
|
|
# XXX: fix this for GNU/Linux, provide appropriate PLIST.
|
|
CONFIGURE_ARGS+= --disable-directfb
|
|
|
|
post-extract:
|
|
${TOUCH} ${WRKSRC}/modules/libtool
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|