summaryrefslogtreecommitdiff
path: root/x11/libgnomemm/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-15 23:05:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-15 23:05:39 +0000
commitd33505b24fee259d56e98bcc223813e060562b53 (patch)
tree64079510310789d4fc2805fb3b731636698a4c26 /x11/libgnomemm/Makefile
parentAdd libgnomecanvasmm, the C++ bindings for libgnomecanvas. (diff)
Add libgnomemm, the C++ bindings for libgnome.
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Notes
Notes: svn path=/head/; revision=83066
Diffstat (limited to 'x11/libgnomemm/Makefile')
-rw-r--r--x11/libgnomemm/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11/libgnomemm/Makefile b/x11/libgnomemm/Makefile
new file mode 100644
index 000000000000..1e3e58597ff9
--- /dev/null
+++ b/x11/libgnomemm/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: libgnomemm
+# Date created: 22 May 2003
+# Whom: Alexander Nedotsukov <bland@mail.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libgnomemm
+PORTVERSION= 1.3.10
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gtkmm
+DIST_SUBDIR= gnome2
+
+MAINTAINER= bland@mail.ru
+COMMENT= C++ wrapper for libgnome library
+
+LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= libgnome
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --enable-static
+
+.include <bsd.port.mk>