diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-28 00:25:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-28 00:25:49 +0800 |
commit | ff50909d892494745f07e1f9bd4c3a61be9b909f (patch) | |
tree | 1883ed183fa138aca3be87c0599bafcff65112f5 /devel/mm-common | |
parent | 2c11a10fa3efeb9a54a6613ccc65666230932681 (diff) | |
download | marcuscom-ports-ff50909d892494745f07e1f9bd4c3a61be9b909f.tar marcuscom-ports-ff50909d892494745f07e1f9bd4c3a61be9b909f.tar.gz marcuscom-ports-ff50909d892494745f07e1f9bd4c3a61be9b909f.tar.bz2 marcuscom-ports-ff50909d892494745f07e1f9bd4c3a61be9b909f.tar.lz marcuscom-ports-ff50909d892494745f07e1f9bd4c3a61be9b909f.tar.xz marcuscom-ports-ff50909d892494745f07e1f9bd4c3a61be9b909f.tar.zst marcuscom-ports-ff50909d892494745f07e1f9bd4c3a61be9b909f.zip |
Add mm-common 0.6.1.
Common build infrastructure for building c++ bindings from gnome's VCS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12746 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/mm-common')
-rw-r--r-- | devel/mm-common/Makefile | 26 | ||||
-rw-r--r-- | devel/mm-common/distinfo | 3 | ||||
-rw-r--r-- | devel/mm-common/pkg-descr | 14 | ||||
-rw-r--r-- | devel/mm-common/pkg-plist | 16 |
4 files changed, 59 insertions, 0 deletions
diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile new file mode 100644 index 000000000..2bc84d937 --- /dev/null +++ b/devel/mm-common/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: mm-common +# Date Created: 27 Aug 2009 +# Whom: Koop Mast<kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= mm-common +PORTVERSION= 0.6.1 +CATEGORIES= devel gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Commen build infrastructure for the GNOME C++ binding libraries + +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl + +USE_GNOME= gnomehack +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +#CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +# LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/devel/mm-common/distinfo b/devel/mm-common/distinfo new file mode 100644 index 000000000..706186c3a --- /dev/null +++ b/devel/mm-common/distinfo @@ -0,0 +1,3 @@ +MD5 (mm-common-0.6.1.tar.bz2) = 26d171a737b6081bcf86b79dffd58707 +SHA256 (mm-common-0.6.1.tar.bz2) = 5fa68e0476fc1b041559cf157bfde2743996ce5c33339a069aaf84d7ecac40a3 +SIZE (mm-common-0.6.1.tar.bz2) = 488817 diff --git a/devel/mm-common/pkg-descr b/devel/mm-common/pkg-descr new file mode 100644 index 000000000..ec53b63e0 --- /dev/null +++ b/devel/mm-common/pkg-descr @@ -0,0 +1,14 @@ +This module is part of the GNOME C++ bindings effort <http://www.gtkmm.org/>. + +The mm-common module provides the build infrastructure and utilities +shared among the GNOME C++ binding libraries. It is only a required +dependency for building the C++ bindings from the gnome.org version +control repository. An installation of mm-common is not required for +building tarball releases, unless configured to use maintainer-mode. + +Release archives of mm-common include the Doxygen tag file for the +GNU C++ Library reference documentation. It is covered by the same +licence as the source code it was extracted from. More information +is available at <http://gcc.gnu.org/onlinedocs/libstdc++/>. + +WWW: http://www.gtkmm.org diff --git a/devel/mm-common/pkg-plist b/devel/mm-common/pkg-plist new file mode 100644 index 000000000..cff43fc4a --- /dev/null +++ b/devel/mm-common/pkg-plist @@ -0,0 +1,16 @@ +bin/mm-common-prepare +share/aclocal/mm-common.m4 +share/aclocal/mm-dietlib.m4 +share/aclocal/mm-doc.m4 +share/aclocal/mm-module.m4 +share/aclocal/mm-pkg.m4 +share/aclocal/mm-warnings.m4 +share/mm-common/build/compile-binding.am +share/mm-common/build/dist-changelog.am +share/mm-common/build/doc-reference.am +share/mm-common/build/generate-binding.am +share/mm-common/doctags/libstdc++.tag +share/mm-common/doctool/doc-install.pl +share/mm-common/doctool/doc-postprocess.pl +share/mm-common/doctool/tagfile-to-devhelp2.xsl +libdata/pkgconfig/mm-common-libstdc++.pc |