freebsd-ports/security/putty-gtk2/Makefile
Matthias Andree 6b288be1e6 security/putty: update to 0.75
https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html

Deprecate -gtk2 version for Mid-December 2021.

Clean up a bit.
2021-05-08 17:00:56 +02:00

16 lines
335 B
Makefile

# Created by: Matthias Andree <mandree@FreeBSD.org>
PKGNAMESUFFIX= -gtk2
DEPRECATED= putty-gtk2 is being phased out
EXPIRATION_DATE= 2021-12-15
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"