diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 03:45:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 03:45:53 +0800 |
commit | e312958e0fd724f9c3aafed45b5fb2d7ead9c489 (patch) | |
tree | 964142e39df278907f6be67c57b1e7f165cf5132 /x11-toolkits | |
parent | 645be51dc11e92366c2c41303737369ae16c441f (diff) | |
download | marcuscom-ports-e312958e0fd724f9c3aafed45b5fb2d7ead9c489.tar marcuscom-ports-e312958e0fd724f9c3aafed45b5fb2d7ead9c489.tar.gz marcuscom-ports-e312958e0fd724f9c3aafed45b5fb2d7ead9c489.tar.bz2 marcuscom-ports-e312958e0fd724f9c3aafed45b5fb2d7ead9c489.tar.lz marcuscom-ports-e312958e0fd724f9c3aafed45b5fb2d7ead9c489.tar.xz marcuscom-ports-e312958e0fd724f9c3aafed45b5fb2d7ead9c489.tar.zst marcuscom-ports-e312958e0fd724f9c3aafed45b5fb2d7ead9c489.zip |
Add libzvt.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@24 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libzvt/Makefile | 40 | ||||
-rw-r--r-- | x11-toolkits/libzvt/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/libzvt/files/patch-configure | 13 | ||||
-rw-r--r-- | x11-toolkits/libzvt/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/libzvt/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/libzvt/pkg-plist | 13 |
6 files changed, 72 insertions, 0 deletions
diff --git a/x11-toolkits/libzvt/Makefile b/x11-toolkits/libzvt/Makefile new file mode 100644 index 000000000..be4577bb3 --- /dev/null +++ b/x11-toolkits/libzvt/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: libzvt +# Date created: 12 April 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11-toolkits/libzvt/Makefile,v 1.12 2002/09/20 17:07:39 marcus Exp $ +# + +PORTNAME= libzvt +PORTVERSION= 2.0.1 +PORTREVISION= 1 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gtk-x11-2.0.100:${PORTSDIR}/x11-toolkits/gtk20 \ + art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_BISON= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +pre-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \ + 's|malloc\.h|stdlib.h|g' + +.include <bsd.port.mk> diff --git a/x11-toolkits/libzvt/distinfo b/x11-toolkits/libzvt/distinfo new file mode 100644 index 000000000..387205917 --- /dev/null +++ b/x11-toolkits/libzvt/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/libzvt-2.0.1.tar.bz2) = 4bbea49495a341650fa1f89908e6554e diff --git a/x11-toolkits/libzvt/files/patch-configure b/x11-toolkits/libzvt/files/patch-configure new file mode 100644 index 000000000..d12986f77 --- /dev/null +++ b/x11-toolkits/libzvt/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD: ports/x11-toolkits/libzvt/files/patch-configure,v 1.1 2002/04/26 13:52:08 sobomax Exp $ + +--- configure 2002/04/26 13:00:17 1.1 ++++ configure 2002/04/26 13:01:55 +@@ -6884,6 +6884,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/libzvt/pkg-comment b/x11-toolkits/libzvt/pkg-comment new file mode 100644 index 000000000..370d07a25 --- /dev/null +++ b/x11-toolkits/libzvt/pkg-comment @@ -0,0 +1 @@ +Library components for Zed's Virtual Terminal diff --git a/x11-toolkits/libzvt/pkg-descr b/x11-toolkits/libzvt/pkg-descr new file mode 100644 index 000000000..0639f81b2 --- /dev/null +++ b/x11-toolkits/libzvt/pkg-descr @@ -0,0 +1,4 @@ +libzvt is the library backend of zterm, yet another virtual terminal +program. It is needed for the application side of the GNOME 2.0 desktop. + +WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libzvt/pkg-plist b/x11-toolkits/libzvt/pkg-plist new file mode 100644 index 000000000..c41927312 --- /dev/null +++ b/x11-toolkits/libzvt/pkg-plist @@ -0,0 +1,13 @@ +include/libzvt-2.0/libzvt/background.h +include/libzvt-2.0/libzvt/libzvt.h +include/libzvt-2.0/libzvt/lists.h +include/libzvt-2.0/libzvt/vt.h +include/libzvt-2.0/libzvt/vtx.h +lib/libzvt-2.0.a +lib/libzvt-2.0.so +lib/libzvt-2.0.so.0 +libdata/pkgconfig/libzvt-2.0.pc +libexec/libzvt-2.0/gnome-pty-helper +@dirrm libexec/libzvt-2.0 +@dirrm include/libzvt-2.0/libzvt +@dirrm include/libzvt-2.0 |