From c9a08c950c5b1f10ec59d0ba2baf17a3a737adfa Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 26 Aug 2009 17:25:15 +0000 Subject: Update to 2.25.1. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12735 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/pangomm/Makefile | 49 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 x11-toolkits/pangomm/Makefile (limited to 'x11-toolkits/pangomm/Makefile') diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile new file mode 100644 index 000000000..a00998aac --- /dev/null +++ b/x11-toolkits/pangomm/Makefile @@ -0,0 +1,49 @@ +# New ports collection makefile for: pangomm +# Date created: 23 July 2008 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# $MCom: ports/x11-toolkits/pangomm/Makefile,v 1.9 2009/03/13 14:42:38 kwm Exp $ +# + +PORTNAME= pangomm +PORTVERSION= 2.25.1 +PORTREVISION?= 0 +CATEGORIES= x11-toolkits +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= C++ wrapper for Pango + +USE_BZIP2= yes + +.if !defined(REFERENCE_PORT) + +LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ + cairomm-1.0.1:${PORTSDIR}/graphics/cairomm +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_GNOME= gnomehack pango +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-demos \ + --disable-documentation \ + --disable-examples \ + --enable-static=yes \ + --with-sigc-prefix=${LOCALBASE} + +PLIST_SUB= VERSION="2.4" API_VERSION="1.4" + +post-patch: +.for d in tests + @${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' \ + ${WRKSRC}/Makefile.in +.endfor + +.include + +.endif -- cgit v1.2.3