diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-08 09:55:41 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-08 09:55:41 +0000 |
commit | 430957572e0547eb9db51dc3ae266f7da7b1e74f (patch) | |
tree | ad519bdf5e9b7d1fb5321de8e707e5114b3a0170 /x11-toolkits/gnome-pty-helper | |
parent | 7db9db9528b455767056ac5c00b7954c2e84eecb (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gnome-pty-helper')
-rw-r--r-- | x11-toolkits/gnome-pty-helper/Makefile | 24 | ||||
-rw-r--r-- | x11-toolkits/gnome-pty-helper/pkg-descr | 2 | ||||
-rw-r--r-- | x11-toolkits/gnome-pty-helper/pkg-plist | 1 |
3 files changed, 27 insertions, 0 deletions
diff --git a/x11-toolkits/gnome-pty-helper/Makefile b/x11-toolkits/gnome-pty-helper/Makefile new file mode 100644 index 000000000000..d08a988f1bdf --- /dev/null +++ b/x11-toolkits/gnome-pty-helper/Makefile @@ -0,0 +1,24 @@ +# 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" diff --git a/x11-toolkits/gnome-pty-helper/pkg-descr b/x11-toolkits/gnome-pty-helper/pkg-descr new file mode 100644 index 000000000000..c6e932517b5a --- /dev/null +++ b/x11-toolkits/gnome-pty-helper/pkg-descr @@ -0,0 +1,2 @@ +Gnome-pty-helper is a backend executable that provides access to the utmp +and wtmp files for vte-based terminal applications such as gnome-terminal. diff --git a/x11-toolkits/gnome-pty-helper/pkg-plist b/x11-toolkits/gnome-pty-helper/pkg-plist new file mode 100644 index 000000000000..2423a40c1c7d --- /dev/null +++ b/x11-toolkits/gnome-pty-helper/pkg-plist @@ -0,0 +1 @@ +libexec/gnome-pty-helper |