diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-23 10:06:54 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-23 10:06:54 +0800 |
commit | e1cfc06220484e0836f1cb3bd58d1507044ab2eb (patch) | |
tree | e2bd3392bcc054edd153ead2c1fd0bf575c636b9 /devel | |
parent | 84322d815193e83f3f2c305ff19e5ecc6e8c271b (diff) | |
download | marcuscom-ports-e1cfc06220484e0836f1cb3bd58d1507044ab2eb.tar marcuscom-ports-e1cfc06220484e0836f1cb3bd58d1507044ab2eb.tar.gz marcuscom-ports-e1cfc06220484e0836f1cb3bd58d1507044ab2eb.tar.bz2 marcuscom-ports-e1cfc06220484e0836f1cb3bd58d1507044ab2eb.tar.lz marcuscom-ports-e1cfc06220484e0836f1cb3bd58d1507044ab2eb.tar.xz marcuscom-ports-e1cfc06220484e0836f1cb3bd58d1507044ab2eb.tar.zst marcuscom-ports-e1cfc06220484e0836f1cb3bd58d1507044ab2eb.zip |
Add gob2, and update to 2.0.10.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2888 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-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..73663d752 --- /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.36 2004/07/20 06:47:02 marcus Exp $ +# + +PORTNAME= gob2 +PORTVERSION= 2.0.10 +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..e40d81aa0 --- /dev/null +++ b/devel/gob2/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gob2-2.0.10.tar.gz) = acae053a52e8e7fc628d1b695cc49b05 +SIZE (gnome2/gob2-2.0.10.tar.gz) = 239648 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 |