freebsd-ports/devel/libglade/Makefile
Steve Price a42fcb96dd Mark this port broken. It doesn't link correctly on many boxes because
libtool summarily deletes --rpath directives in link mode.
1999-08-22 03:57:03 +00:00

30 lines
716 B
Makefile

# New ports collection makefile for: libglade
# Version required: 0.3
# Date created: 18 August 1999
# Whom: Ade Lovett <ade@lovett.com>
#
# $Id: Makefile,v 1.1.1.1 1999/08/22 03:54:24 steve Exp $
#
DISTNAME= libglade-0.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libglade
MAINTAINER= ade@lovett.com
LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \
xml.4:${PORTSDIR}/textproc/libxml
BROKEN= problems with rpath handling in libtool
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>