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$
|
2008-03-24 04:52:36 +01:00
|
|
|
# $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.64 2008/03/10 16:41:24 ahze Exp $
|
2002-04-08 23:01:48 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libbonoboui
|
2008-03-24 04:52:36 +01:00
|
|
|
PORTVERSION= 2.22.0
|
2008-06-06 16:33:40 +02:00
|
|
|
PORTREVISION?= 2
|
2002-04-08 23:01:48 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2006-04-30 02:47:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
|
|
|
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
|