2003-06-16 00:57:27 +02:00
|
|
|
# New ports collection makefile for: libbonobomm
|
|
|
|
# Date created: 22 May 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@mail.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libbonobomm
|
2003-11-18 16:11:20 +01:00
|
|
|
PORTVERSION= 1.3.8
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 13
|
2003-06-16 00:57:27 +02:00
|
|
|
CATEGORIES= devel gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-06-16 00:57:27 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2003-08-17 06:01:04 +02:00
|
|
|
MAINTAINER= bland@FreeBSD.org
|
2003-06-16 00:57:27 +02:00
|
|
|
COMMENT= C++ interfaces for libbonobo
|
|
|
|
|
2006-05-29 08:11:17 +02:00
|
|
|
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 \
|
2004-05-19 08:19:45 +02:00
|
|
|
ORBit-2-cpp.9:${PORTSDIR}/devel/orbitcpp
|
2003-06-16 00:57:27 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
2003-11-18 16:11:20 +01:00
|
|
|
USE_BZIP2= yes
|
2003-06-16 00:57:27 +02:00
|
|
|
USE_GMAKE= yes
|
2004-05-19 08:19:45 +02:00
|
|
|
USE_GNOME= gnomehack lthack libbonobo
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-06-16 00:57:27 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
|
|
|
2006-08-07 04:23:46 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lcpp|-l cpp|' ${WRKSRC}/bonobomm/generated/Makefile.in
|
|
|
|
|
2003-06-16 00:57:27 +02:00
|
|
|
.include <bsd.port.mk>
|