2003-06-16 00:59:42 +02:00
|
|
|
# New ports collection makefile for: gconfmm
|
|
|
|
# Date created: 22 May 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@mail.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gconfmm
|
2004-05-15 20:11:10 +02:00
|
|
|
PORTVERSION= 2.0.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 11
|
2003-06-16 00:59:42 +02:00
|
|
|
CATEGORIES= devel gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-06-16 00:59:42 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2003-08-17 06:01:04 +02:00
|
|
|
MAINTAINER= bland@FreeBSD.org
|
2003-06-16 00:59:42 +02:00
|
|
|
COMMENT= C++ wrapper for gconf2 API library
|
|
|
|
|
2006-05-29 08:11:17 +02:00
|
|
|
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20
|
2003-06-16 00:59:42 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2003-06-16 00:59:42 +02:00
|
|
|
USE_GMAKE= yes
|
2004-05-15 20:11:10 +02:00
|
|
|
USE_GNOME= gnomehack lthack gconf2
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- 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:59:42 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|