Import mm-common-0.9.6 as devel/mm-common.
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.
This commit is contained in:
parent
cbc7a33a54
commit
0f3acac980
5 changed files with 69 additions and 0 deletions
5
devel/mm-common/DESCR
Normal file
5
devel/mm-common/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
23
devel/mm-common/Makefile
Normal file
23
devel/mm-common/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/07/07 15:04:28 rodent Exp $
|
||||
|
||||
DISTNAME= mm-common-0.9.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mm-common/0.9/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= http://www.gtkmm.org/
|
||||
COMMENT= Provides build infrastructure utilities for GNOME C++ libraries
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_LANGUAGES= c++
|
||||
|
||||
PKGCONFIG_OVERRIDE+= doctags/mm-common-libstdc++-uninstalled.pc.in
|
||||
PKGCONFIG_OVERRIDE+= doctags/mm-common-libstdc++.pc.in
|
||||
PKGCONFIG_OVERRIDE+= skeletonmm/skeleton/skeletonmm-uninstalled.pc.in
|
||||
PKGCONFIG_OVERRIDE+= skeletonmm/skeleton/skeletonmm.pc.in
|
||||
PKGCONFIG_OVERRIDE+= util/mm-common-util.pc.in
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
22
devel/mm-common/PLIST
Normal file
22
devel/mm-common/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/07/07 15:04:28 rodent Exp $
|
||||
bin/mm-common-prepare
|
||||
man/man1/mm-common-prepare.1
|
||||
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/doc/mm-common/README
|
||||
share/doc/mm-common/skeletonmm.tar.gz
|
||||
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/doxygen.css
|
||||
share/mm-common/doctool/tagfile-to-devhelp2.xsl
|
||||
share/pkgconfig/mm-common-libstdc++.pc
|
||||
share/pkgconfig/mm-common-util.pc
|
14
devel/mm-common/buildlink3.mk
Normal file
14
devel/mm-common/buildlink3.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2013/07/07 15:04:28 rodent Exp $
|
||||
|
||||
BUILDLINK_TREE+= mm-common
|
||||
|
||||
.if !defined(MM_COMMON_BUILDLINK3_MK)
|
||||
MM_COMMON_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_DEPMETHOD.mm-common?= build
|
||||
|
||||
BUILDLINK_API_DEPENDS.mm-common+= mm-common>=0.9.6
|
||||
BUILDLINK_PKGSRCDIR.mm-common?= ../../devel/mm-common
|
||||
.endif # MM_COMMON_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -mm-common
|
5
devel/mm-common/distinfo
Normal file
5
devel/mm-common/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/07/07 15:04:28 rodent Exp $
|
||||
|
||||
SHA1 (mm-common-0.9.6.tar.xz) = ed65f1cf40871a6868ef862e556747dbc25811f5
|
||||
RMD160 (mm-common-0.9.6.tar.xz) = 8f0c57a58d07f699309f52481bbdd3c16b548a63
|
||||
Size (mm-common-0.9.6.tar.xz) = 569264 bytes
|
Loading…
Reference in a new issue