diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gob2/Makefile | 29 | ||||
-rw-r--r-- | devel/gob2/distinfo | 1 | ||||
-rw-r--r-- | devel/gob2/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gob2/pkg-descr | 3 | ||||
-rw-r--r-- | devel/gob2/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile new file mode 100644 index 000000000000..5c58d35cfadf --- /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 000000000000..64c1edef69db --- /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 000000000000..ab4a06927153 --- /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 000000000000..c8d116e9e691 --- /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 000000000000..1ee7181a89e1 --- /dev/null +++ b/devel/gob2/pkg-plist @@ -0,0 +1 @@ +bin/gob |