2003-06-16 01:03:27 +02:00
|
|
|
# New ports collection makefile for: libglademm
|
|
|
|
# Date created: 22 May 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@mail.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/devel/libglademm24/Makefile,v 1.10 2008/09/22 11:42:53 kwm Exp $
|
2003-06-16 01:03:27 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libglademm
|
2009-01-10 06:22:13 +01:00
|
|
|
PORTVERSION= 2.6.7
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2003-06-16 01:03:27 +02:00
|
|
|
CATEGORIES= devel gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-06-16 01:03:27 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2003-08-17 06:01:04 +02:00
|
|
|
MAINTAINER= bland@FreeBSD.org
|
2003-06-16 01:03:27 +02:00
|
|
|
COMMENT= C++ wrapper for libglade2 library
|
|
|
|
|
2004-07-08 08:03:59 +02:00
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
2003-06-16 01:03:27 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
2004-07-08 13:04:13 +02:00
|
|
|
LATEST_LINK= libglademm24
|
|
|
|
|
2004-07-08 08:03:59 +02:00
|
|
|
USE_BZIP2= 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_XORG= x11 ice
|
2003-06-16 01:03:27 +02:00
|
|
|
USE_GMAKE= yes
|
2005-03-12 12:27:59 +01:00
|
|
|
USE_GNOME= gnomehack libglade2
|
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:03:27 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
|
|
|
2004-07-08 08:03:59 +02:00
|
|
|
PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)\(docs\)\(.*\)|\1\3|' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
2005-04-22 07:41:26 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
|
|
|
|
${WRKSRC}/tools/extra_defs_gen/Makefile.in
|
2004-07-08 08:03:59 +02:00
|
|
|
|
2003-06-16 01:03:27 +02:00
|
|
|
.include <bsd.port.mk>
|