freebsd-ports/x11-toolkits/vte/Makefile
Koop Mast 143337722b Sprinkle some PORTSCOUT macros around to either mark ports:
* ignore because there will not be any new releases.
 * check specific versions or ignore devel versions.
2015-01-15 17:17:32 +00:00

47 lines
1.1 KiB
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/x11-toolkits/vte/Makefile 18940 2013-12-08 01:12:24Z kwm $
PORTNAME= vte
PORTVERSION= 0.28.2
PORTREVISION?= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER?= gnome@FreeBSD.org
COMMENT?= Gtk 2 based terminal widget with accessibility and I18N support
USES+= tar:xz
PORTSCOUT= ignore:1
.if !defined(REFERENCE_PORT)
RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
USES+= gettext gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME?= gnomeprefix gtk20 introspection:build referencehack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFIGURE_ARGS?=--disable-python \
--disable-Bsymbolic \
--disable-freetypetest \
--disable-static \
--with-gtk=2.0 \
--enable-introspection \
--disable-gnome-pty-helper
.include <bsd.port.options.mk>
.if ${OSVERSION} < 900007
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c
.endif
.include <bsd.port.mk>
.endif