diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-26 08:10:04 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-27 09:03:22 +0000 |
commit | b1e97627c753b5f7df606de394779ed8df8eeaa8 (patch) | |
tree | a1ac067f3c7a06e3e24271e6cdfe5ca3aeba202f | |
parent | e1cac91de631c97fb53645af88511d329ea45cbb (diff) | |
download | ports-b1e97627c753b5f7df606de394779ed8df8eeaa8.tar.gz ports-b1e97627c753b5f7df606de394779ed8df8eeaa8.zip |
multimedia/fxtv: Mark DEPRECATED
- Requires defunct bktr driver which will no longer be available after
the EOL of 12
- Set EXPIRATION_DATE to 2023-12-31 the same for the EOL of 12
-rw-r--r-- | multimedia/fxtv/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 66a6f6a8c79d..fcfe69e93b68 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -10,6 +10,8 @@ WWW= https://people.freebsd.org/~rhh/fxtv/ LICENSE= BSD2CLAUSE +DEPRECATED= Requires defunct bktr +EXPIRATION_DATE=2023-12-31 .if !exists(/usr/include/dev/bktr/ioctl_bt848.h) IGNORE= needs bktr(4) which is no longer available on your FreeBSD version .endif @@ -19,11 +21,13 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ libXaw3d.so:x11-toolkits/Xaw3d USES= gmake jpeg tar:tgz xorg -MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= ice sm x11 xaw xext xmu xt xpm xxf86vm xxf86dga + +MAKE_ENV= X11BASE=${LOCALBASE} MAKE_FLAGS= -e OPTIONS_DEFINE= EXTRA + EXTRA_DESC= Extra programs required to record/playback/save # This program does not actually require the programs below unless you |