c4e71c5e7a
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
31 lines
770 B
Makefile
31 lines
770 B
Makefile
# $NetBSD: Makefile,v 1.31 2001/06/11 06:34:28 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= libglade-0.16
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libglade/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.daa.com.au/~james/gnome/
|
|
COMMENT= Runtime interpreter for GLADE gui files
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
# do not remove esound pre-requisite
|
|
DEPENDS+= esound>=0.2.18:../../audio/esound
|
|
DEPENDS+= gnome-libs>=1.2.1:../../x11/gnome-libs
|
|
DEPENDS+= libxml>=1.8.5:../../textproc/libxml
|
|
|
|
USE_LIBINTL= YES
|
|
USE_LIBTOOL= YES
|
|
USE_X11BASE= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
pre-configure:
|
|
${RM} ${WRKSRC}/libgladeConf.sh
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|