aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2012-12-11 06:30:31 +0800
committeritetcu <itetcu@FreeBSD.org>2012-12-11 06:30:31 +0800
commite9a7bdc10bb056ec0ad3adfb11adeaf5c1651460 (patch)
tree9cdad4d7e24836f2346061f5e30a326708a82e0f /comms
parentc6734c9fb3c33ccd2a86f38c96df01365160b276 (diff)
downloadfreebsd-ports-gnome-e9a7bdc10bb056ec0ad3adfb11adeaf5c1651460.tar.gz
freebsd-ports-gnome-e9a7bdc10bb056ec0ad3adfb11adeaf5c1651460.tar.zst
freebsd-ports-gnome-e9a7bdc10bb056ec0ad3adfb11adeaf5c1651460.zip
- Use OPTIONSng
- DEPRECATE because there's no activity upstream since 2006 and it uses QT3 - and set for removal in 6 months
Diffstat (limited to 'comms')
-rw-r--r--comms/qfaxreader/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/comms/qfaxreader/Makefile b/comms/qfaxreader/Makefile
index 2523a7c16efe..d5a23b1c2a85 100644
--- a/comms/qfaxreader/Makefile
+++ b/comms/qfaxreader/Makefile
@@ -29,11 +29,17 @@ MAKE_JOBS_UNSAFE= yes
MAN1= qfaxreader.1
MANCOMPRESSED= yes
-OPTIONS= GDBM "For sender-id look-up (recomended)" on
+OPTIONS_DEFINE= GDBM
+GDBM_DESC= For sender-id look-up (recomended)
+OPTIONS_DEFAULT=GDBM
+
+DEPRECATED= No activity upstream since 2006; uses QT3
+EXPIRATION_DATE= 2013-06-30
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h)
+#.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h)
+.if ${PORT_OPTIONS:MGDBM) || exists(${LOCALBASE}/include/gdbm.h)
LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
.endif