1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11-toolkits/vte/Makefile

37 lines
935 B
Makefile
Raw Normal View History

# 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
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2002-11-08 18:23:31 +00:00
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
2003-02-20 18:03:45 +00:00
COMMENT= Terminal widget with improved accessibility and I18N support
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
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2003-01-15 04:51:24 +00:00
CONFIGURE_ARGS= --disable-python
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${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
.include <bsd.port.mk>