diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-13 17:54:21 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-13 17:54:21 +0000 |
commit | 05987477475ff0b47a6e2588907ada90a3dcf243 (patch) | |
tree | b7ea2450806d4dafa9550aca50b1ee370096e409 /devel/gob2 | |
parent | 7a0f5097b82027ee01bdc61f81414caf181e2123 (diff) | |
download | FreeBSD-ports-05987477475ff0b47a6e2588907ada90a3dcf243.zip FreeBSD-ports-05987477475ff0b47a6e2588907ada90a3dcf243.tar.gz |
Add gob2 after a repo copy from x11-toolkits/gob. Gob2 is a GObject
pre-processor for Glib-2.
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 45fea36..df1bacb 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 1debcec..585fe41 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 a89848e..5b0e93e 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 c8d116e..008a675 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 1aee33b..2ecd144 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 |