summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pangomm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/pangomm/Makefile')
-rw-r--r--x11-toolkits/pangomm/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile
deleted file mode 100644
index d5a11acfd..000000000
--- a/x11-toolkits/pangomm/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: pangomm
-# Date created: 23 July 2008
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/pangomm/Makefile,v 1.6 2008/09/22 10:53:48 kwm Exp $
-#
-
-PORTNAME= pangomm
-PORTVERSION= 2.14.1
-PORTREVISION?= 0
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
-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-docs \
- --disable-examples \
- --enable-static=yes \
- --with-sigc-prefix=${LOCALBASE}
-
-PLIST_SUB= VERSION="2.4" API_VERSION="1.4"
-
-post-patch:
- @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
- ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
-
-.endif