diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-05 04:42:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-05 04:42:25 +0800 |
commit | 5a5bd2c9562673ce94455ffb0f64e0a66e3f2ae0 (patch) | |
tree | 1089a096fc0eb1ef18556de29df48261840dd4d0 | |
parent | be8fc1e32d84b1d6430efda0722221a74953d253 (diff) | |
download | marcuscom-ports-5a5bd2c9562673ce94455ffb0f64e0a66e3f2ae0.tar marcuscom-ports-5a5bd2c9562673ce94455ffb0f64e0a66e3f2ae0.tar.gz marcuscom-ports-5a5bd2c9562673ce94455ffb0f64e0a66e3f2ae0.tar.bz2 marcuscom-ports-5a5bd2c9562673ce94455ffb0f64e0a66e3f2ae0.tar.lz marcuscom-ports-5a5bd2c9562673ce94455ffb0f64e0a66e3f2ae0.tar.xz marcuscom-ports-5a5bd2c9562673ce94455ffb0f64e0a66e3f2ae0.tar.zst marcuscom-ports-5a5bd2c9562673ce94455ffb0f64e0a66e3f2ae0.zip |
Update to 2.0.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2256 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gob2/Makefile | 26 | ||||
-rw-r--r-- | devel/gob2/distinfo | 2 | ||||
-rw-r--r-- | devel/gob2/pkg-descr | 3 | ||||
-rw-r--r-- | devel/gob2/pkg-plist | 2 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile new file mode 100644 index 000000000..75cf741f9 --- /dev/null +++ b/devel/gob2/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: gob2 +# Date created: 09 November 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/devel/gob2/Makefile,v 1.33 2004/02/04 05:19:32 marcus Exp $ +# + +PORTNAME= gob2 +PORTVERSION= 2.0.7 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A preprocessor for making GObjects with inline C + +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GNOME= glib20 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gob2.1 + +.include <bsd.port.mk> diff --git a/devel/gob2/distinfo b/devel/gob2/distinfo new file mode 100644 index 000000000..1f82a513f --- /dev/null +++ b/devel/gob2/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gob2-2.0.7.tar.gz) = ab7bf93f6644d0dd5aab740779e91439 +SIZE (gnome2/gob2-2.0.7.tar.gz) = 233037 diff --git a/devel/gob2/pkg-descr b/devel/gob2/pkg-descr new file mode 100644 index 000000000..008a67517 --- /dev/null +++ b/devel/gob2/pkg-descr @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000..2ecd144fb --- /dev/null +++ b/devel/gob2/pkg-plist @@ -0,0 +1,2 @@ +bin/gob2 +share/aclocal/gob2.m4 |