diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-16 18:00:17 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-16 19:15:40 +0000 |
commit | 20a2b97fcbab9e6f5c6be03eb47379c2d34b3409 (patch) | |
tree | 035ed72844b4b5deaa09c47a1aaed367009f7262 | |
parent | 778f60319ac4bca2c88b9df03e392f354db5b380 (diff) | |
download | ports-20a2b97fcbab9e6f5c6be03eb47379c2d34b3409.tar.gz ports-20a2b97fcbab9e6f5c6be03eb47379c2d34b3409.zip |
-rw-r--r-- | editors/impress/Makefile | 13 |
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' \ |