summaryrefslogtreecommitdiffstats
path: root/devel/gob2
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-01-25 11:13:57 +0000
committernakai <nakai@FreeBSD.org>2000-01-25 11:13:57 +0000
commitac38fd219c2485c579d9bc7f094fc5b2d34c5d51 (patch)
treed487a1b60c12d0c02cfec0f2ad8c191859bf6e1a /devel/gob2
parentccaecb8865812c8f18ab6f7100193e9fa15ea564 (diff)
downloadFreeBSD-ports-ac38fd219c2485c579d9bc7f094fc5b2d34c5d51.zip
FreeBSD-ports-ac38fd219c2485c579d9bc7f094fc5b2d34c5d51.tar.gz
Initial import.
GTK+ Object Builder. This is merely a preprocessor for GTK+, and seems to be more important for GTK+/GNOME applicatoin development.
Diffstat (limited to 'devel/gob2')
-rw-r--r--devel/gob2/Makefile29
-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-plist1
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile
new file mode 100644
index 0000000..5c58d35
--- /dev/null
+++ b/devel/gob2/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: GTK+ Object Builder
+# Version required: 0.92.2
+# Date created: 25 January 2000
+# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= gob-0.92.2
+CATEGORIES= x11-toolkits
+MASTER_SITES= http://ftp.5z.com/pub/gob/
+
+MAINTAINER= nakai@FreeBSD.org
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ GLIB_CONFIG="${GLIB_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
+
+MAN1= gob.1
+
+.include <bsd.port.mk>
diff --git a/devel/gob2/distinfo b/devel/gob2/distinfo
new file mode 100644
index 0000000..64c1ede
--- /dev/null
+++ b/devel/gob2/distinfo
@@ -0,0 +1 @@
+MD5 (gob-0.92.2.tar.gz) = cdf63c37169f15403439887b3c75df20
diff --git a/devel/gob2/pkg-comment b/devel/gob2/pkg-comment
new file mode 100644
index 0000000..ab4a069
--- /dev/null
+++ b/devel/gob2/pkg-comment
@@ -0,0 +1 @@
+a preprocessor for making GTK+ objects with inline C
diff --git a/devel/gob2/pkg-descr b/devel/gob2/pkg-descr
new file mode 100644
index 0000000..c8d116e
--- /dev/null
+++ b/devel/gob2/pkg-descr
@@ -0,0 +1,3 @@
+a preprocessor for making GTK+ objects 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 0000000..1ee7181
--- /dev/null
+++ b/devel/gob2/pkg-plist
@@ -0,0 +1 @@
+bin/gob
OpenPOWER on IntegriCloud