diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-26 06:51:31 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-26 06:51:31 +0800 |
commit | f4f92c812a47ddea608516742ad6817595f12fa8 (patch) | |
tree | 4184d5904190baca55b2031772f25fd7e6e481e8 /devel | |
parent | 2eece5bf81d3a2f60397592c53dd300e100fd915 (diff) | |
download | marcuscom-ports-f4f92c812a47ddea608516742ad6817595f12fa8.tar marcuscom-ports-f4f92c812a47ddea608516742ad6817595f12fa8.tar.gz marcuscom-ports-f4f92c812a47ddea608516742ad6817595f12fa8.tar.bz2 marcuscom-ports-f4f92c812a47ddea608516742ad6817595f12fa8.tar.lz marcuscom-ports-f4f92c812a47ddea608516742ad6817595f12fa8.tar.xz marcuscom-ports-f4f92c812a47ddea608516742ad6817595f12fa8.tar.zst marcuscom-ports-f4f92c812a47ddea608516742ad6817595f12fa8.zip |
- Add gnomecommon at version 2.11.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4307 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-common/Makefile | 25 | ||||
-rw-r--r-- | devel/gnome-common/distinfo | 2 | ||||
-rw-r--r-- | devel/gnome-common/pkg-descr | 4 | ||||
-rw-r--r-- | devel/gnome-common/pkg-plist | 8 | ||||
-rw-r--r-- | devel/gnomecommon/Makefile | 25 | ||||
-rw-r--r-- | devel/gnomecommon/distinfo | 2 | ||||
-rw-r--r-- | devel/gnomecommon/pkg-descr | 4 | ||||
-rw-r--r-- | devel/gnomecommon/pkg-plist | 8 |
8 files changed, 78 insertions, 0 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile new file mode 100644 index 000000000..d27981d87 --- /dev/null +++ b/devel/gnome-common/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gnomecommon +# Date created: 04 April 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnomecommon +PORTVERSION= 2.11.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-common/2.11 +DISTNAME= gnome-common-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Common automake macros for GNOME and GNOME 2 + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig gnometarget +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo new file mode 100644 index 000000000..b78386ab4 --- /dev/null +++ b/devel/gnome-common/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gnome-common-2.11.0.tar.bz2) = 5c0c0c357fd803f3921b872613eb5266 +SIZE (gnome2/gnome-common-2.11.0.tar.bz2) = 59846 diff --git a/devel/gnome-common/pkg-descr b/devel/gnome-common/pkg-descr new file mode 100644 index 000000000..4cf03f1e9 --- /dev/null +++ b/devel/gnome-common/pkg-descr @@ -0,0 +1,4 @@ +This is a collection of automake macros used for developing new GNOME +or GNOME 2.0 applications. + +WWW: http://www.gnome.org/ diff --git a/devel/gnome-common/pkg-plist b/devel/gnome-common/pkg-plist new file mode 100644 index 000000000..2882fbd2a --- /dev/null +++ b/devel/gnome-common/pkg-plist @@ -0,0 +1,8 @@ +bin/gnome-autogen.sh +bin/gnome-doc-common +share/aclocal/gnome-common.m4 +share/aclocal/gnome-compiler-flags.m4 +share/gnome-common/data/omf.make +share/gnome-common/data/xmldocs.make +@dirrm share/gnome-common/data +@dirrm share/gnome-common diff --git a/devel/gnomecommon/Makefile b/devel/gnomecommon/Makefile new file mode 100644 index 000000000..d27981d87 --- /dev/null +++ b/devel/gnomecommon/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gnomecommon +# Date created: 04 April 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnomecommon +PORTVERSION= 2.11.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-common/2.11 +DISTNAME= gnome-common-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Common automake macros for GNOME and GNOME 2 + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig gnometarget +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/gnomecommon/distinfo b/devel/gnomecommon/distinfo new file mode 100644 index 000000000..b78386ab4 --- /dev/null +++ b/devel/gnomecommon/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gnome-common-2.11.0.tar.bz2) = 5c0c0c357fd803f3921b872613eb5266 +SIZE (gnome2/gnome-common-2.11.0.tar.bz2) = 59846 diff --git a/devel/gnomecommon/pkg-descr b/devel/gnomecommon/pkg-descr new file mode 100644 index 000000000..4cf03f1e9 --- /dev/null +++ b/devel/gnomecommon/pkg-descr @@ -0,0 +1,4 @@ +This is a collection of automake macros used for developing new GNOME +or GNOME 2.0 applications. + +WWW: http://www.gnome.org/ diff --git a/devel/gnomecommon/pkg-plist b/devel/gnomecommon/pkg-plist new file mode 100644 index 000000000..2882fbd2a --- /dev/null +++ b/devel/gnomecommon/pkg-plist @@ -0,0 +1,8 @@ +bin/gnome-autogen.sh +bin/gnome-doc-common +share/aclocal/gnome-common.m4 +share/aclocal/gnome-compiler-flags.m4 +share/gnome-common/data/omf.make +share/gnome-common/data/xmldocs.make +@dirrm share/gnome-common/data +@dirrm share/gnome-common |