1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/axa/Makefile
Don Lewis 5b04cb4206 Update net/axa to 1.1.1.
Use MASTER_SITE_FARSIGHT intead of github, which eliminates
the need for autoreconf.

Differential Revision:	https://reviews.freebsd.org/D2339
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-21 14:36:03 +00:00

47 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= axa
PORTVERSION= 1.1.1
CATEGORIES= net dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= AXA library and tools
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/copyright
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
sie-nmsg>0:${PORTSDIR}/net/sie-nmsg
LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \
libnmsg.so:${PORTSDIR}/net/nmsg \
libwdns.so:${PORTSDIR}/dns/wdns
RUN_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig
CONFIGURE_SHELL= ${LOCALBASE}/bin/bash
USE_LDCONFIG= yes
USE_OPENSSL= yes
WITH_OPENSSL_PORT= yes
PORTDOCS= *
OPTIONS_DEFINE= DOXYGEN
OPTIONS_DEFAULT=DOXYGEN
ALL_TARGET= all
DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
DOXYGEN_ALL_TARGET= html-local
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOXYGEN}
post-install:
# install-strip does not strip libaxa.so
${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libaxa.so.0.0.0
(cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
.endif
.include <bsd.port.mk>