freebsd-ports/devel/libglade/Makefile
Steve Price 944e57a05f Initial import of the GNOME glade library version 0.3.
A library that allows you to load GLADE interfaces at runtime (you don't
have to generate stubs with GLADE before hand). This way you can change
the look of your application without recompiling. This way you can write
the logic behind the interface separately from the code to build the
interface, so changing the interface is not so much of a problem.

PR:		12781 (12 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 03:54:24 +00:00

28 lines
615 B
Makefile

# New ports collection makefile for: libglade
# Version required: 0.3
# Date created: 18 August 1999
# Whom: Ade Lovett <ade@lovett.com>
#
# $Id$
#
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
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>