aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-16 18:00:17 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-16 19:15:40 +0000
commit20a2b97fcbab9e6f5c6be03eb47379c2d34b3409 (patch)
tree035ed72844b4b5deaa09c47a1aaed367009f7262
parent778f60319ac4bca2c88b9df03e392f354db5b380 (diff)
downloadports-20a2b97fcbab9e6f5c6be03eb47379c2d34b3409.tar.gz
ports-20a2b97fcbab9e6f5c6be03eb47379c2d34b3409.zip
-rw-r--r--editors/impress/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/editors/impress/Makefile b/editors/impress/Makefile
index b05341872863..8e7e64cc931c 100644
--- a/editors/impress/Makefile
+++ b/editors/impress/Makefile
@@ -12,15 +12,20 @@ WWW= https://www.ntlug.org/~ccox/impress/
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-OPTIONS_DEFINE= DOCS
+DEPRECATED= Upstream last release was in 2000
+EXPIRATION_DATE= 2024-01-16
+
+USES+= tk
-NO_BUILD= yes
NO_ARCH= yes
+NO_BUILD= yes
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES+= tk
-PORTDOCS= *
PLIST_FILES= bin/impress
+PORTDOCS= *
+
+OPTIONS_DEFINE= DOCS
post-patch:
${REINPLACE_CMD} -e 's|exec wish|exec ${WISH}|g' \