aboutsummaryrefslogtreecommitdiff
path: root/security/putty-gtk2
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2018-04-02 21:29:16 +0000
committerMatthias Andree <mandree@FreeBSD.org>2018-04-02 21:29:16 +0000
commit7ed8c3e354263f144e8028e49732a3ddb92eea9d (patch)
tree965270c3714b57879452be0689d05a81871357d2 /security/putty-gtk2
parentfc56cb26ab65149e088437fc2664d6956bbb45f4 (diff)
downloadports-7ed8c3e354263f144e8028e49732a3ddb92eea9d.tar.gz
ports-7ed8c3e354263f144e8028e49732a3ddb92eea9d.zip
Reinstate support for GTK2 (rather than GTK3) as an OPTION.
While here, add a putty-gtk2 slave port and update _CONFLICTS. Since the default package does not change, and pkg would handle conflicts around attempted installation of the new -gtk2 package, omit the PORTREVISION bump from Miroslav's original patch. PR: 227200 Submitted by: Miroslav Lachman
Notes
Notes: svn path=/head/; revision=466267
Diffstat (limited to 'security/putty-gtk2')
-rw-r--r--security/putty-gtk2/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/putty-gtk2/Makefile b/security/putty-gtk2/Makefile
new file mode 100644
index 000000000000..2ae72aac3320
--- /dev/null
+++ b/security/putty-gtk2/Makefile
@@ -0,0 +1,13 @@
+# Created by: Matthias Andree <mandree@FreeBSD.org>
+# $FreeBSD$
+
+PKGNAMESUFFIX= -gtk2
+
+OPTIONS_SLAVE= GTK2
+OPTIONS_EXCLUDE= GTK3
+
+CONFLICTS_INSTALL= pssh-[0-9]* putty-[0-9]* putty-nogtk-[0-9]*
+
+MASTERDIR= ${.CURDIR}/../../security/putty
+
+.include "${MASTERDIR}/Makefile"