diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-16 20:05:59 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-16 22:21:00 +0000 |
commit | c075826bef20ab04bafd04dffeb7d42c3c7e3602 (patch) | |
tree | dbceeda10f197d60b4e317515a281b8878d5b019 | |
parent | de5be0c704710f87042320472b03255b545f8795 (diff) |
editors/fte: Mark DEPRECATED
- Upstream last release was in 2001
- Set EXPIRATION_DATE 2024-01-16
- Pet portclippy
-rw-r--r-- | editors/fte/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/fte/Makefile b/editors/fte/Makefile index 500fbe4c1008..f59525a16978 100644 --- a/editors/fte/Makefile +++ b/editors/fte/Makefile @@ -13,15 +13,19 @@ WWW= https://fte.sourceforge.net/ LICENSE= ART10 GPLv2 LICENSE_COMB= dual -WRKSRC= ${WRKDIR}/fte +DEPRECATED= Upstream last release was in 2001 +EXPIRATION_DATE= 2024-01-16 USES= perl5 zip xorg USE_PERL5= build USE_XORG= x11 xpm -CFLAGS+= -DHAVE_STRLCAT -DHAVE_STRLCPY MAKE_ENV= INSTALL_NONROOT=1 +CFLAGS+= -DHAVE_STRLCAT -DHAVE_STRLCPY + +WRKSRC= ${WRKDIR}/fte + OPTIONS_DEFINE= DOCS post-patch: |