summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm20/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-05 23:28:25 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-05 23:28:25 +0800
commit728b49c7655a1b4a7a33c45ff9b40f7991f89d60 (patch)
tree04c7a00e49027439dad9ffe63f957124b78e6b60 /x11-toolkits/gtkmm20/Makefile
parent62983f9eb9af25657971d6c196c0b57e47cf6e02 (diff)
downloadmarcuscom-ports-728b49c7655a1b4a7a33c45ff9b40f7991f89d60.tar
marcuscom-ports-728b49c7655a1b4a7a33c45ff9b40f7991f89d60.tar.gz
marcuscom-ports-728b49c7655a1b4a7a33c45ff9b40f7991f89d60.tar.bz2
marcuscom-ports-728b49c7655a1b4a7a33c45ff9b40f7991f89d60.tar.lz
marcuscom-ports-728b49c7655a1b4a7a33c45ff9b40f7991f89d60.tar.xz
marcuscom-ports-728b49c7655a1b4a7a33c45ff9b40f7991f89d60.tar.zst
marcuscom-ports-728b49c7655a1b4a7a33c45ff9b40f7991f89d60.zip
Add gtkmm-2.3.0, and its monster plist.
I would totally rent a movie of Tokyo being attacked by this port's plist. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1392 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtkmm20/Makefile')
-rw-r--r--x11-toolkits/gtkmm20/Makefile48
1 files changed, 48 insertions, 0 deletions
diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile
new file mode 100644
index 000000000..c0f8185cf
--- /dev/null
+++ b/x11-toolkits/gtkmm20/Makefile
@@ -0,0 +1,48 @@
+# New ports collection makefile for: gtkmm2
+# Date created: 30 September 2002
+# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
+#
+# $FreeBSD: ports/x11-toolkits/gtk--2/Makefile,v 1.62 2003/09/30 06:52:45 bland Exp $
+#
+
+PORTNAME= gtkmm
+PORTVERSION= 2.3.0
+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, and Glib
+
+LIB_DEPENDS= glibmm-2.3.2:${PORTSDIR}/devel/glibmm
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+LATEST_LINK= gtkmm2
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
+USE_GNOME= gnomehack gtk20
+CONFIGURE_ARGS= --enable-static=yes \
+ --with-sigc-prefix=${LOCALBASE}
+
+.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
+
+.include <bsd.port.mk>