USE_LIBTOOL instead of PKGLIBTOOL, even though it's not used yet;

remove unnecessary include directives for giflib.
This commit is contained in:
jlam 2000-06-21 00:01:09 +00:00
parent fa9a08aa90
commit 7bea6c6e7f

View file

@ -1,26 +1,27 @@
# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:28 rh Exp $
# $NetBSD: Makefile,v 1.4 2000/06/21 00:01:09 jlam Exp $
#
DISTNAME= gdk-pixbuf-0.8.0
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}
DISTNAME= gdk-pixbuf-0.8.0
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/
DEPENDS+= gnome-libs>=1.0.53:../../x11/gnome-libs
DEPENDS+= gnome-libs>=1.0.53:../../x11/gnome-libs
GNU_CONFIGURE= YES
#our pkglibtool can't add a library to a library
#USE_PKGLIBTOOL= YES
USE_X11BASE= YES
USE_GMAKE= yes
GNU_CONFIGURE= # defined
USE_X11BASE= # defined
USE_GMAKE= # defined
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib"
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
CONFIGURE_ENV+= X11BASE="${X11BASE}"
LDFLAGS+= "-L${LOCALBASE}/lib"
# our pkglibtool can't add a library to a library
#USE_LIBTOOL= # defined
#LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
CONFIGURE_ENV+= X11BASE="${X11BASE}"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include "../../mk/bsd.pkg.mk"