1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11-toolkits/gnome-pty-helper/Makefile
Koop Mast 430957572e Add vte3, the Gtk 3 version of the vte terminal widget.
Split off gnome-pty-helper from vte to allow both versions of vte to be
installed at the same time.
Update comment to make it clearer which gtk+ version it is for.
Enable introspection bindings in vte.

Obtained from:	GNOME dev repo.
2013-12-08 09:55:41 +00:00

25 lines
708 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/x11-toolkits/gnome-pty-helper/Makefile 18942 2013-12-08 01:31:37Z kwm $
PORTNAME= gnome-pty-helper
PORTREVISION= 0
PKGNAMESUFFIX= #empty
COMMENT= utmp/wtmp/lastlog helper program for the vte Terminal widget
VTE3_SLAVE= yes
MASTERDIR= ${.CURDIR}/../../x11-toolkits/vte3
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
PATCHDIR= ${.CURDIR}/files
PLIST= ${.CURDIR}/pkg-plist
USES= pathfix
USE_GNOME= gnomeprefix
CONFIGURE_ARGS= # empty
PATCH_STRIP= -p1
EXTRA_PATCHES+= ${MASTERDIR}/files/patch-gnome-pty-helper_Makefile.in \
${MASTERDIR}/files/patch-gnome-pty-helper_gnome-pty-helper.c
.include "${MASTERDIR}/Makefile"