diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 13:22:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 13:22:25 +0800 |
commit | 5756a365be77e3195803c2e1b30909dbab390e71 (patch) | |
tree | 4462d33242a8929a5b55ab167cfc7713b1d3b063 | |
parent | f6f4649fb5ab0f2321d3b1debf167638d2386caf (diff) | |
download | marcuscom-ports-5756a365be77e3195803c2e1b30909dbab390e71.tar marcuscom-ports-5756a365be77e3195803c2e1b30909dbab390e71.tar.gz marcuscom-ports-5756a365be77e3195803c2e1b30909dbab390e71.tar.bz2 marcuscom-ports-5756a365be77e3195803c2e1b30909dbab390e71.tar.lz marcuscom-ports-5756a365be77e3195803c2e1b30909dbab390e71.tar.xz marcuscom-ports-5756a365be77e3195803c2e1b30909dbab390e71.tar.zst marcuscom-ports-5756a365be77e3195803c2e1b30909dbab390e71.zip |
Add rep-gtk2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@45 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 35 | ||||
-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 | 3 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/pkg-plist | 14 |
5 files changed, 54 insertions, 0 deletions
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile new file mode 100644 index 000000000..a57919c97 --- /dev/null +++ b/x11-toolkits/rep-gtk2/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: rep-gtk +# Date created: 06 October 1999 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD: ports/x11-toolkits/rep-gtk2/Makefile,v 1.40 2002/09/20 17:07:43 marcus Exp $ +# + +PORTNAME= rep-gtk2 +PORTVERSION= 0.16 +PORTREVISION= 1 +PORTEPOCH= 1 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/rep-gtk/0.16 +DISTNAME= rep-gtk-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep \ + gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui + +PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libglade \ + --with-gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} + +.include <bsd.port.mk> diff --git a/x11-toolkits/rep-gtk2/distinfo b/x11-toolkits/rep-gtk2/distinfo new file mode 100644 index 000000000..720973c29 --- /dev/null +++ b/x11-toolkits/rep-gtk2/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/rep-gtk-0.16.tar.bz2) = 4bc2cff9e0af947606621320873c1791 diff --git a/x11-toolkits/rep-gtk2/pkg-comment b/x11-toolkits/rep-gtk2/pkg-comment new file mode 100644 index 000000000..a787e9216 --- /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 000000000..dbf830465 --- /dev/null +++ b/x11-toolkits/rep-gtk2/pkg-descr @@ -0,0 +1,3 @@ +GTK+ binding for rep Lisp interpreter + +WWW: http://rep-gtk.sourceforge.net/ diff --git a/x11-toolkits/rep-gtk2/pkg-plist b/x11-toolkits/rep-gtk2/pkg-plist new file mode 100644 index 000000000..67beac4f3 --- /dev/null +++ b/x11-toolkits/rep-gtk2/pkg-plist @@ -0,0 +1,14 @@ +libexec/rep/%%GNUHOST%%/gui/gtk-2/gnome-canvas.la +libexec/rep/%%GNUHOST%%/gui/gtk-2/gnome-canvas.so +libexec/rep/%%GNUHOST%%/gui/gtk-2/gnome-lib.la +libexec/rep/%%GNUHOST%%/gui/gtk-2/gnome-lib.so +libexec/rep/%%GNUHOST%%/gui/gtk-2/gnome-ui.la +libexec/rep/%%GNUHOST%%/gui/gtk-2/gnome-ui.so +libexec/rep/%%GNUHOST%%/gui/gtk-2/gtk.la +libexec/rep/%%GNUHOST%%/gui/gtk-2/gtk.so +libexec/rep/%%GNUHOST%%/gui/gtk-2/libglade.la +libexec/rep/%%GNUHOST%%/gui/gtk-2/libglade.so +libexec/rep/%%GNUHOST%%/gui/gtk-2/types.la +libexec/rep/%%GNUHOST%%/gui/gtk-2/types.so +@dirrm libexec/rep/%%GNUHOST%%/gui/gtk-2 +@dirrm libexec/rep/%%GNUHOST%%/gui |