freebsd-ports/devel/libglade/Makefile

29 lines
592 B
Makefile
Raw Normal View History

# New ports collection makefile for: libglade
# Date created: 18 August 1999
# Whom: Ade Lovett <ade@lovett.com>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= libglade
2001-02-13 19:44:49 +01:00
PORTVERSION= 0.16
PORTREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libglade
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOMECTRL= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-bonobo
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>