summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkmm20/Makefile')
-rw-r--r--x11-toolkits/gtkmm20/Makefile63
1 files changed, 0 insertions, 63 deletions
diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile
deleted file mode 100644
index c85da2366..000000000
--- a/x11-toolkits/gtkmm20/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# New ports collection makefile for: gtkmm2
-# Date created: 30 September 2002
-# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtkmm
-PORTVERSION= 2.3.3
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME} \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 \
- gtkmm
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= C++ wrapper for Gtk+, Pango, Atk
-
-LIB_DEPENDS= glibmm-2.3.4:${PORTSDIR}/devel/glibmm
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-LATEST_LINK= gtkmm2
-USE_GMAKE= yes
-USE_LIBTOOL_VER=13
-INSTALLS_SHLIB= yes
-USE_REINPLACE= yes
-USE_GNOME= gnomehack gtk20 lthack
-CONFIGURE_ARGS= --enable-static=yes \
- --with-sigc-prefix=${LOCALBASE}
-
-PLIST_SUB= VERSION="2.3" API_VERSION="2.4"
-
-.include <bsd.port.pre.mk>
-
-.if !exists(${LOCALBASE}/bin/doxygen) && !defined (WITH_DOCUMENTATION)
-NOPORTDOCS= yes
-.endif
-
-.if !defined(NOPORTDOCS)
-BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
-.endif
-
-.if defined(WITH_EXAMPLES)
-PLIST_SUB+= EXAMPLES=""
-.else
-PLIST_SUB+= EXAMPLES="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
- ${WRKSRC}/Makefile.in
-.if !defined(WITH_EXAMPLES)
- @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
- ${WRKSRC}/Makefile.in
-.endif
-.if !defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e '/^SUBDIRS =/s/docs//' ${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.post.mk>