summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/gob2/Makefile27
-rw-r--r--devel/gob2/distinfo1
-rw-r--r--devel/gob2/pkg-comment1
-rw-r--r--devel/gob2/pkg-descr3
-rw-r--r--devel/gob2/pkg-plist2
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile
new file mode 100644
index 000000000..21aff4881
--- /dev/null
+++ b/devel/gob2/Makefile
@@ -0,0 +1,27 @@
+# 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.28 2003/01/17 06:12:16 marcus Exp $
+#
+
+PORTNAME= gob2
+PORTVERSION= 2.0.5
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+MAN1= gob2.1
+
+.include <bsd.port.mk>
diff --git a/devel/gob2/distinfo b/devel/gob2/distinfo
new file mode 100644
index 000000000..84d453efd
--- /dev/null
+++ b/devel/gob2/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/gob2-2.0.5.tar.gz) = edf515709d9bf15c6924aa12edfac577
diff --git a/devel/gob2/pkg-comment b/devel/gob2/pkg-comment
new file mode 100644
index 000000000..5b0e93e78
--- /dev/null
+++ b/devel/gob2/pkg-comment
@@ -0,0 +1 @@
+A preprocessor for making GObjects with inline C
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