aboutsummaryrefslogtreecommitdiff
path: root/dns/libasr-devel/Makefile
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2018-01-30 12:14:40 +0000
committerDima Panov <fluffy@FreeBSD.org>2018-01-30 12:14:40 +0000
commite80e0a412545ff61e1b09dc9b83d37dc9ec7b8af (patch)
tree90668957ad07747720a60f437bd1f11734037b91 /dns/libasr-devel/Makefile
parentb87d705335c1acbae95945a38434dca34be5fe66 (diff)
downloadports-e80e0a412545ff61e1b09dc9b83d37dc9ec7b8af.tar.gz
ports-e80e0a412545ff61e1b09dc9b83d37dc9ec7b8af.zip
- Make MAN3 documentation optional and OFF by default,
this will skip 50+ dependencies via textproc/groff on recent systems without groff in base - Bump PORTREVISION due to dependencies changes Requested by: julian
Notes
Notes: svn path=/head/; revision=460381
Diffstat (limited to 'dns/libasr-devel/Makefile')
-rw-r--r--dns/libasr-devel/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/dns/libasr-devel/Makefile b/dns/libasr-devel/Makefile
index e6f37a02e96e..04423286a322 100644
--- a/dns/libasr-devel/Makefile
+++ b/dns/libasr-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libasr
PORTVERSION= 201602131606
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.opensmtpd.org/archives/ \
http://distfiles.pirateparty.in/ashish/
@@ -19,7 +20,14 @@ CONFLICTS= libasr-[0-9]*
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= groff libtool
+OPTIONS_DEFINE= MAN3
+OPTIONS_SUB= yes
+
+MAN3_DESC= Install API manpages (section 3)
+MAN3_USES= groff
+MAN3_CONFIGURE_OFF= ac_cv_path_GROFF="" ac_cv_path_NROFF="" ac_cv_path_MANDOC=""
+
+USES= libtool ssl:build
USE_LDCONFIG= yes
.include <bsd.port.mk>