diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 6c6fd3717045..a034079101e5 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -1,32 +1,36 @@ PORTNAME= tkgate PORTVERSION= 2.1 PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://cdn.bitbucket.org/starling13/tkgate/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Event driven digital circuit simulator WWW= https://tkgate.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Unfetchable +DEPRECATED= Upstream is gone +EXPIRATION_DATE=2024-10-31 + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= autoreconf gnome iconv:translit libtool pkgconfig tk xorg USE_XORG= x11 xft USE_GNOME= pango OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share post-patch: @${REINPLACE_CMD} -e \ 's|%%TCL_VER%%|${TCL_VER}|g; \ s|%%TCL_INCLUDEDIR%%|${TCL_INCLUDEDIR}|g; \ s|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/configure.ac .include