2002-04-08 23:01:48 +02:00
|
|
|
# New ports collection makefile for: libbonoboui
|
|
|
|
# Date created: 04 April 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2010-11-20 16:37:08 +01:00
|
|
|
# $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.75 2010/09/28 16:03:49 kwm Exp $
|
2002-04-08 23:01:48 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libbonoboui
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTVERSION= 2.24.4
|
|
|
|
PORTREVISION?= 0
|
2002-04-08 23:01:48 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2006-04-30 02:47:21 +02:00
|
|
|
DIST_SUBDIR= gnome
|
2002-04-08 23:01:48 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-05-20 02:25:23 +02:00
|
|
|
COMMENT= GUI frontend to the libbonobo component of GNOME 2
|
2002-04-08 23:01:48 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-05-10 03:17:49 +02:00
|
|
|
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_GETTEXT= yes
|
2002-04-08 23:01:48 +02:00
|
|
|
USE_GMAKE= yes
|
2006-04-30 02:47:21 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-02-06 08:55:56 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \
|
2006-05-10 03:17:49 +02:00
|
|
|
libgnomecanvas libgnome referencehack
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-04-08 23:01:48 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
2006-05-10 03:17:49 +02:00
|
|
|
|
|
|
|
.endif
|