diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-22 01:28:00 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-22 01:28:00 +0800 |
commit | a0fe62f1b2eae77afde8fdf9c76314e38ee026c0 (patch) | |
tree | 5bc497e4da71ce34dbac110b3d015f17996b5658 /devel/gnome-common | |
parent | 2a84931b694dd6cf3823e382871acccce41079b3 (diff) | |
download | marcuscom-ports-a0fe62f1b2eae77afde8fdf9c76314e38ee026c0.tar marcuscom-ports-a0fe62f1b2eae77afde8fdf9c76314e38ee026c0.tar.gz marcuscom-ports-a0fe62f1b2eae77afde8fdf9c76314e38ee026c0.tar.bz2 marcuscom-ports-a0fe62f1b2eae77afde8fdf9c76314e38ee026c0.tar.lz marcuscom-ports-a0fe62f1b2eae77afde8fdf9c76314e38ee026c0.tar.xz marcuscom-ports-a0fe62f1b2eae77afde8fdf9c76314e38ee026c0.tar.zst marcuscom-ports-a0fe62f1b2eae77afde8fdf9c76314e38ee026c0.zip |
Update to 2.28.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12923 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-common')
-rw-r--r-- | devel/gnome-common/Makefile | 23 | ||||
-rw-r--r-- | devel/gnome-common/distinfo | 3 | ||||
-rw-r--r-- | devel/gnome-common/pkg-descr | 4 | ||||
-rw-r--r-- | devel/gnome-common/pkg-plist | 8 |
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile new file mode 100644 index 000000000..cb55e9353 --- /dev/null +++ b/devel/gnome-common/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: gnomecommon +# Date created: 04 April 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/devel/gnome-common/Makefile,v 1.25 2009/04/10 05:55:55 marcus Exp $ +# $MCom: ports/devel/gnome-common/Makefile,v 1.12 2009/03/20 00:12:35 kwm Exp $ +# + +PORTNAME= gnome-common +PORTVERSION= 2.28.0 +CATEGORIES= devel +MASTER_SITES= GNOME +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 +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..44876af2b --- /dev/null +++ b/devel/gnome-common/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-common-2.28.0.tar.bz2) = 30daabb0ca4898fea2647999e7813e8f +SHA256 (gnome2/gnome-common-2.28.0.tar.bz2) = dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1 +SIZE (gnome2/gnome-common-2.28.0.tar.bz2) = 151535 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..081a3d75e --- /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 +%%DATADIR%%/data/omf.make +%%DATADIR%%/data/xmldocs.make +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% |