mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Use OPTIONSng
- DEPRECATE because there's no activity upstream since 2006 and it uses QT3 - and set for removal in 6 months
This commit is contained in:
parent
3ef9a59287
commit
f72839007a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308646
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user