2004-06-26 05:04:35 +02:00
|
|
|
# New ports collection makefile for: glibmm
|
|
|
|
# Date created: 04 December 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-04-10 07:56:28 +02:00
|
|
|
# $MCom: ports/devel/glibmm/Makefile,v 1.72 2009/03/16 08:23:53 kwm Exp $
|
2004-06-26 05:04:35 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= glibmm
|
2009-07-17 22:29:51 +02:00
|
|
|
PORTVERSION= 2.20.1
|
2008-06-18 00:28:25 +02:00
|
|
|
PORTREVISION?= 0
|
2007-04-22 21:03:12 +02:00
|
|
|
PORTEPOCH= 1
|
2004-06-26 05:04:35 +02:00
|
|
|
CATEGORIES= devel
|
2009-01-10 06:22:13 +01:00
|
|
|
MASTER_SITES= GNOME
|
2004-06-26 05:04:35 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= C++ interfaces for glib2
|
|
|
|
|
2006-05-11 22:33:39 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
|
2008-03-26 20:03:54 +01:00
|
|
|
PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
|
|
|
|
|
2006-05-11 22:33:39 +02:00
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2005-11-05 06:57:35 +01:00
|
|
|
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
|
2004-06-26 05:04:35 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2009-01-10 06:22:13 +01:00
|
|
|
USE_GNOME= gnomehack glib20 ltverhack
|
2005-03-12 12:23:05 +01:00
|
|
|
USE_PERL5= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-06-26 05:04:35 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
|
|
|
|
|
|
post-patch:
|
2006-05-11 22:33:39 +02:00
|
|
|
.for d in docs examples tests
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in
|
|
|
|
.endfor
|
2004-06-26 05:04:35 +02:00
|
|
|
|
2006-05-11 22:33:39 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/docs/reference/beautify_docs.pl \
|
|
|
|
${PREFIX}/lib/glibmm-2.4/proc
|
2004-06-26 05:04:35 +02:00
|
|
|
|
2005-11-05 06:57:35 +01:00
|
|
|
.include <bsd.port.mk>
|
2006-05-11 22:33:39 +02:00
|
|
|
|
|
|
|
.endif
|