diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-08 19:28:05 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-08 19:28:05 +0800 |
commit | 37b48d503845061d0b5dcdede637dac643e175dc (patch) | |
tree | 53cc4fdd5510ef9909b14dad0a28618df81c8353 /x11-toolkits/gnome-pty-helper/Makefile | |
parent | 8361867b21ed2d1a83abad6ca860665f86abe2a9 (diff) | |
download | marcuscom-ports-37b48d503845061d0b5dcdede637dac643e175dc.tar marcuscom-ports-37b48d503845061d0b5dcdede637dac643e175dc.tar.gz marcuscom-ports-37b48d503845061d0b5dcdede637dac643e175dc.tar.bz2 marcuscom-ports-37b48d503845061d0b5dcdede637dac643e175dc.tar.lz marcuscom-ports-37b48d503845061d0b5dcdede637dac643e175dc.tar.xz marcuscom-ports-37b48d503845061d0b5dcdede637dac643e175dc.tar.zst marcuscom-ports-37b48d503845061d0b5dcdede637dac643e175dc.zip |
Remove gnome-pty-helper and vte. Both where merged into ports.
Keep vte3 because we activly maintain that as part of gnome3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18945 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gnome-pty-helper/Makefile')
-rw-r--r-- | x11-toolkits/gnome-pty-helper/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-toolkits/gnome-pty-helper/Makefile b/x11-toolkits/gnome-pty-helper/Makefile deleted file mode 100644 index d08a988f1..000000000 --- a/x11-toolkits/gnome-pty-helper/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# 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" |