diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-13 17:54:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-13 17:54:21 +0000 |
commit | 0cb6ef2e500bfab93cd27af58b870261bd611708 (patch) | |
tree | c1371dea87cf0df9a23be8b1cbd03f693a8411fe /devel/gob2 | |
parent | 951e8c596f96b0b2ee06cbc6b04b053a336ed32e (diff) | |
download | ports-0cb6ef2e500bfab93cd27af58b870261bd611708.tar.gz ports-0cb6ef2e500bfab93cd27af58b870261bd611708.zip |
Add gob2 after a repo copy from x11-toolkits/gob. Gob2 is a GObject
pre-processor for Glib-2.
Notes
Notes:
svn path=/head/; revision=70046
Diffstat (limited to 'devel/gob2')
-rw-r--r-- | devel/gob2/Makefile | 21 | ||||
-rw-r--r-- | devel/gob2/distinfo | 2 | ||||
-rw-r--r-- | devel/gob2/pkg-comment | 2 | ||||
-rw-r--r-- | devel/gob2/pkg-descr | 2 | ||||
-rw-r--r-- | devel/gob2/pkg-plist | 4 |
5 files changed, 16 insertions, 15 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile index 45fea36688a0..df1bacb4171c 100644 --- a/devel/gob2/Makefile +++ b/devel/gob2/Makefile @@ -1,26 +1,27 @@ -# New ports collection makefile for: GTK+ Object Builder -# Date created: 25 January 2000 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# New ports collection makefile for: gob2 +# Date created: 09 November 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= gob -PORTVERSION= 1.0.12 -CATEGORIES= x11-toolkits +PORTNAME= gob2 +PORTVERSION= 2.0.3 +CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gob/1.0 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org +LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 + USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -MAN1= gob.1 +MAN1= gob2.1 .include <bsd.port.mk> diff --git a/devel/gob2/distinfo b/devel/gob2/distinfo index 1debcecb571e..585fe414618f 100644 --- a/devel/gob2/distinfo +++ b/devel/gob2/distinfo @@ -1 +1 @@ -MD5 (gob-1.0.12.tar.gz) = 573706a03ff6696ee5b6ab3fbbd17d67 +MD5 (gnome2/gob2-2.0.3.tar.gz) = 77b7b9ecbf4b2cd97a32ea919b92bf52 diff --git a/devel/gob2/pkg-comment b/devel/gob2/pkg-comment index a89848e9f23d..5b0e93e788ca 100644 --- a/devel/gob2/pkg-comment +++ b/devel/gob2/pkg-comment @@ -1 +1 @@ -A preprocessor for making GTK+ objects with inline C +A preprocessor for making GObjects with inline C diff --git a/devel/gob2/pkg-descr b/devel/gob2/pkg-descr index c8d116e9e691..008a67517e4e 100644 --- a/devel/gob2/pkg-descr +++ b/devel/gob2/pkg-descr @@ -1,3 +1,3 @@ -a preprocessor for making GTK+ objects with inline C +a preprocessor for making GObjects with inline C WWW: http://www.5z.com/jirka/gob.html diff --git a/devel/gob2/pkg-plist b/devel/gob2/pkg-plist index 1aee33b81765..2ecd144fbed8 100644 --- a/devel/gob2/pkg-plist +++ b/devel/gob2/pkg-plist @@ -1,2 +1,2 @@ -bin/gob -share/aclocal/gob.m4 +bin/gob2 +share/aclocal/gob2.m4 |