summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkmm24/Makefile')
-rw-r--r--x11-toolkits/gtkmm24/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile
deleted file mode 100644
index 0171ed2d6..000000000
--- a/x11-toolkits/gtkmm24/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: gtkmm2
-# Date created: 30 September 2002
-# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
-#
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.76 2011/07/07 08:04:31 kwm Exp $
-#
-
-PORTNAME= gtkmm
-PORTVERSION= 2.24.2
-PORTREVISION?= 0
-CATEGORIES= x11-toolkits
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= C++ wrapper for Gtk+, Pango
-
-USE_XZ= yes
-LATEST_LINK= gtkmm24
-
-.if !defined(REFERENCE_PORT)
-
-LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \
- cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \
- atkmm-1.6.2:${PORTSDIR}/accessibility/atkmm \
- pangomm-1.4.1:${PORTSDIR}/x11-toolkits/pangomm
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-USE_GMAKE= yes
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack gtk20 ltverhack:1
-MAKE_JOBS_SAFE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --disable-documentation \
- --enable-static=yes
-
-PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
-
-post-patch:
- @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
- ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
-
-.endif