diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-23 13:00:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-23 13:00:57 +0800 |
commit | bcc13e1d180bb459286b52b1a98bb3aa2e533ac8 (patch) | |
tree | c0f2304d66bbac74b7e03ed44f79f2a86b1b216e /devel/gnome-common | |
parent | 0d6ed092d3fe51fdbad06426489ce28076631ce8 (diff) | |
download | marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.gz marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.bz2 marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.lz marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.xz marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.tar.zst marcuscom-ports-bcc13e1d180bb459286b52b1a98bb3aa2e533ac8.zip |
Update to 2.24.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11610 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-common')
-rw-r--r-- | devel/gnome-common/Makefile | 24 | ||||
-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, 39 insertions, 0 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile new file mode 100644 index 000000000..d22d4971f --- /dev/null +++ b/devel/gnome-common/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gnomecommon +# Date created: 04 April 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/gnome-common/Makefile,v 1.7 2007/09/17 18:37:36 ahze Exp $ +# + +PORTNAME= gnome-common +PORTVERSION= 2.24.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +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..dea6ccade --- /dev/null +++ b/devel/gnome-common/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-common-2.24.0.tar.bz2) = f72230d19ab9f2fa8923dcb078c69e9a +SHA256 (gnome2/gnome-common-2.24.0.tar.bz2) = e36fc07118e9d3cc0a4808cfbc6bfbd03ab5ba1ce0a311df9573dbbc0d189bac +SIZE (gnome2/gnome-common-2.24.0.tar.bz2) = 64560 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%% |