6b288be1e6
https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html Deprecate -gtk2 version for Mid-December 2021. Clean up a bit.
16 lines
335 B
Makefile
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"
|