blob: f47b027056953ec59035a4d0cc88efc41f71be32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: vte
# Date created: 05 October 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11-toolkits/gnome-pty-helper/Makefile,v 1.5 2012/04/21 22:20:50 mezz Exp $
#
PORTNAME= gnome-pty-helper
PORTREVISION= 1
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
USE_GNOME= gnomeprefix gnomehack
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
LATEST_LINK= ${PORTNAME}
.include "${MASTERDIR}/Makefile"
|