2002-10-06 01:49:09 +00:00
|
|
|
# New ports collection makefile for: vte
|
|
|
|
# Date created: 05 October 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vte
|
2003-04-29 18:36:16 +00:00
|
|
|
PORTVERSION= 0.10.27
|
2002-10-06 01:49:09 +00:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-11-08 18:23:31 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
|
2002-10-06 01:49:09 +00:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-20 18:03:45 +00:00
|
|
|
COMMENT= Terminal widget with improved accessibility and I18N support
|
2002-10-06 01:49:09 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_BISON= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_LIBTOOL= yes
|
2003-04-22 05:02:24 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gtk20
|
2002-10-06 01:49:09 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2003-01-15 04:51:24 +00:00
|
|
|
CONFIGURE_ARGS= --disable-python
|
2002-10-06 01:49:09 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2002-10-17 01:27:54 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \
|
2002-10-20 21:53:47 +00:00
|
|
|
${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c
|
2002-10-06 01:49:09 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|