diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-15 00:49:21 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-15 00:49:21 +0800 |
commit | 6c15907027b2e9f83f8eee82d97055c011eee069 (patch) | |
tree | 93b21c84a1a5478c1a705da49b19fabb319c5440 /devel/gnome-common | |
parent | 459bbe5a01a99e9cfa014be4f0aee13a49793575 (diff) | |
download | marcuscom-ports-6c15907027b2e9f83f8eee82d97055c011eee069.tar marcuscom-ports-6c15907027b2e9f83f8eee82d97055c011eee069.tar.gz marcuscom-ports-6c15907027b2e9f83f8eee82d97055c011eee069.tar.bz2 marcuscom-ports-6c15907027b2e9f83f8eee82d97055c011eee069.tar.lz marcuscom-ports-6c15907027b2e9f83f8eee82d97055c011eee069.tar.xz marcuscom-ports-6c15907027b2e9f83f8eee82d97055c011eee069.tar.zst marcuscom-ports-6c15907027b2e9f83f8eee82d97055c011eee069.zip |
Add gnomecommon, and update to 2.8.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2848 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 | 2 | ||||
-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..99a2c21b4 --- /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: ports/devel/gnomecommon/Makefile,v 1.17 2004/02/04 05:19:32 marcus Exp $ +# + +PORTNAME= gnomecommon +PORTVERSION= 2.8.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-common/2.8 +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..a3fa6f30a --- /dev/null +++ b/devel/gnome-common/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gnome-common-2.8.0.tar.bz2) = 4630d4cf2b83499c89211b3ae76b662f +SIZE (gnome2/gnome-common-2.8.0.tar.bz2) = 58694 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 |