diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2018-04-02 21:29:16 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2018-04-02 21:29:16 +0000 |
commit | 7ed8c3e354263f144e8028e49732a3ddb92eea9d (patch) | |
tree | 965270c3714b57879452be0689d05a81871357d2 /security/putty-gtk2 | |
parent | fc56cb26ab65149e088437fc2664d6956bbb45f4 (diff) |
Notes
Diffstat (limited to 'security/putty-gtk2')
-rw-r--r-- | security/putty-gtk2/Makefile | 13 |
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" |