aboutsummaryrefslogtreecommitdiff
path: root/net/axa
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2015-01-10 18:23:35 +0000
committerDon Lewis <truckman@FreeBSD.org>2015-01-10 18:23:35 +0000
commite7f8392cc3a67466181a8c6a6d90bdae66cf7d81 (patch)
tree98c289b3cec6850cd4400be828c77b3d13cf03cc /net/axa
parentcbb6bd27dda73e2063bde4edb67b99df65810c12 (diff)
downloadports-e7f8392cc3a67466181a8c6a6d90bdae66cf7d81.tar.gz
ports-e7f8392cc3a67466181a8c6a6d90bdae66cf7d81.zip
Convert to USES=autoreconf.
Use option helpers (suggested by mat@). Differential Revision: https://reviews.freebsd.org/D1474 Approved by: mat (mentor)
Notes
Notes: svn path=/head/; revision=376720
Diffstat (limited to 'net/axa')
-rw-r--r--net/axa/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/net/axa/Makefile b/net/axa/Makefile
index 87fd6da0016e..0338f8776604 100644
--- a/net/axa/Makefile
+++ b/net/axa/Makefile
@@ -21,9 +21,7 @@ GH_COMMIT= bf9c038
GH_TAGNAME= ${GH_COMMIT}
GNU_CONFIGURE= yes
-USES= gmake libtool pathfix pkgconfig
-USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
-AUTOMAKE_ARGS= --add-missing
+USES= autoreconf gmake libtool pathfix pkgconfig
CONFIGURE_SHELL= ${LOCALBASE}/bin/bash
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
@@ -33,13 +31,11 @@ PORTDOCS= *
OPTIONS_DEFINE= DOXYGEN
OPTIONS_DEFAULT=DOXYGEN
-.include <bsd.port.options.mk>
-
ALL_TARGET= all
-.if ${PORT_OPTIONS:MDOXYGEN}
-BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
-ALL_TARGET+= html-local
-.endif
+DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
+DOXYGEN_ALL_TARGET= html-local
+
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOXYGEN}
post-install: