diff options
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..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 |