diff options
author | nakai <nakai@FreeBSD.org> | 1999-11-11 18:17:20 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-11-11 18:17:20 +0800 |
commit | 75abc51cdb3c781f9090c705812ff37478da7d44 (patch) | |
tree | 79446ecdc34ebef337784c2899df324631dbef7b /x11-toolkits | |
parent | 1ae093c6a796f2efd680abc55010705d513ae1f8 (diff) | |
download | freebsd-ports-gnome-75abc51cdb3c781f9090c705812ff37478da7d44.tar.gz freebsd-ports-gnome-75abc51cdb3c781f9090c705812ff37478da7d44.tar.zst freebsd-ports-gnome-75abc51cdb3c781f9090c705812ff37478da7d44.zip |
Initial import.
GTK+ bindings for rep Lisp interpreter.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 32 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk/pkg-descr | 1 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk/pkg-plist | 6 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 32 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/pkg-descr | 1 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/pkg-plist | 6 |
10 files changed, 82 insertions, 0 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile new file mode 100644 index 000000000000..d53e17b753cb --- /dev/null +++ b/x11-toolkits/rep-gtk/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: rep-gtk +# Version required: 0.5 +# Date created: 06 October 1999 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= rep-gtk-0.5 +CATEGORIES= x11-toolkits +MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/ + +MAINTAINER= nakai@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \ + rep:${PORTSDIR}/lang/librep + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config + +PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + -I${LOCALBASE}/include/giflib" \ + GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/x11-toolkits/rep-gtk/distinfo b/x11-toolkits/rep-gtk/distinfo new file mode 100644 index 000000000000..8735602d2572 --- /dev/null +++ b/x11-toolkits/rep-gtk/distinfo @@ -0,0 +1 @@ +MD5 (rep-gtk-0.5.tar.gz) = 2ca3f72e403b10fd4925f0c62ed46841 diff --git a/x11-toolkits/rep-gtk/pkg-comment b/x11-toolkits/rep-gtk/pkg-comment new file mode 100644 index 000000000000..a787e921609a --- /dev/null +++ b/x11-toolkits/rep-gtk/pkg-comment @@ -0,0 +1 @@ +GTK+ binding for rep Lisp interpreter diff --git a/x11-toolkits/rep-gtk/pkg-descr b/x11-toolkits/rep-gtk/pkg-descr new file mode 100644 index 000000000000..a787e921609a --- /dev/null +++ b/x11-toolkits/rep-gtk/pkg-descr @@ -0,0 +1 @@ +GTK+ binding for rep Lisp interpreter diff --git a/x11-toolkits/rep-gtk/pkg-plist b/x11-toolkits/rep-gtk/pkg-plist new file mode 100644 index 000000000000..36925b664d1d --- /dev/null +++ b/x11-toolkits/rep-gtk/pkg-plist @@ -0,0 +1,6 @@ +libexec/rep/%%GNUHOST%%/libgtk.a +libexec/rep/%%GNUHOST%%/libgtk.la +libexec/rep/%%GNUHOST%%/libgtk.so +libexec/rep/%%GNUHOST%%/libgtk.so.0 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile new file mode 100644 index 000000000000..d53e17b753cb --- /dev/null +++ b/x11-toolkits/rep-gtk2/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: rep-gtk +# Version required: 0.5 +# Date created: 06 October 1999 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= rep-gtk-0.5 +CATEGORIES= x11-toolkits +MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/ + +MAINTAINER= nakai@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \ + rep:${PORTSDIR}/lang/librep + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config + +PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + -I${LOCALBASE}/include/giflib" \ + GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/x11-toolkits/rep-gtk2/distinfo b/x11-toolkits/rep-gtk2/distinfo new file mode 100644 index 000000000000..8735602d2572 --- /dev/null +++ b/x11-toolkits/rep-gtk2/distinfo @@ -0,0 +1 @@ +MD5 (rep-gtk-0.5.tar.gz) = 2ca3f72e403b10fd4925f0c62ed46841 diff --git a/x11-toolkits/rep-gtk2/pkg-comment b/x11-toolkits/rep-gtk2/pkg-comment new file mode 100644 index 000000000000..a787e921609a --- /dev/null +++ b/x11-toolkits/rep-gtk2/pkg-comment @@ -0,0 +1 @@ +GTK+ binding for rep Lisp interpreter diff --git a/x11-toolkits/rep-gtk2/pkg-descr b/x11-toolkits/rep-gtk2/pkg-descr new file mode 100644 index 000000000000..a787e921609a --- /dev/null +++ b/x11-toolkits/rep-gtk2/pkg-descr @@ -0,0 +1 @@ +GTK+ binding for rep Lisp interpreter diff --git a/x11-toolkits/rep-gtk2/pkg-plist b/x11-toolkits/rep-gtk2/pkg-plist new file mode 100644 index 000000000000..36925b664d1d --- /dev/null +++ b/x11-toolkits/rep-gtk2/pkg-plist @@ -0,0 +1,6 @@ +libexec/rep/%%GNUHOST%%/libgtk.a +libexec/rep/%%GNUHOST%%/libgtk.la +libexec/rep/%%GNUHOST%%/libgtk.so +libexec/rep/%%GNUHOST%%/libgtk.so.0 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |