2003-06-16 01:05:39 +02:00
|
|
|
# New ports collection makefile for: libgnomemm
|
|
|
|
# Date created: 22 May 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@mail.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libgnomemm
|
2003-10-18 07:19:45 +02:00
|
|
|
PORTVERSION= 2.0.1
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 12
|
2003-06-16 01:05:39 +02:00
|
|
|
CATEGORIES= x11 gnome
|
2009-08-22 02:39:37 +02:00
|
|
|
MASTER_SITES= SF/gtkmm/OldFiles
|
2003-06-16 01:05:39 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2003-08-17 06:01:04 +02:00
|
|
|
MAINTAINER= bland@FreeBSD.org
|
2003-06-16 01:05:39 +02:00
|
|
|
COMMENT= C++ wrapper for libgnome library
|
|
|
|
|
2006-05-29 08:11:17 +02:00
|
|
|
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20
|
2003-06-16 01:05:39 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2003-06-16 01:05:39 +02:00
|
|
|
USE_GMAKE= yes
|
2003-08-20 04:32:34 +02:00
|
|
|
USE_GNOME= gnomehack libgnome
|
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 01:05:39 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|