opnsense-ports/net/libcoap/Makefile
Franco Fichtner 1b6d20f218 */*: sync with upstream
Taken from: FreeBSD
2022-11-23 17:06:29 +01:00

39 lines
813 B
Makefile

PORTNAME= libcoap
DISTVERSIONPREFIX= v
DISTVERSION= 4.3.1
CATEGORIES= net
MAINTAINER= tcberner@FreeBSD.org
COMMENT= C implementation of the Constrained Application Protocol
WWW= https://github.com/obgm/libcoap
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= a2x:textproc/asciidoc \
gsed:textproc/gsed
LIB_DEPENDS= libgnutls.so:security/gnutls
USES= autoreconf gmake libtool pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= obgm
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
BINARY_ALIAS= sed=gsed
PORTSCOUT= limit:^4\.
PORTDOCS= *
OPTIONS_DEFINE= DOCS DOXYGEN
OPTIONS_DEFAULT= DOXYGEN
DOXYGEN_IMPLIES= DOCS
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \
dot:graphics/graphviz
DOXYGEN_CONFIGURE_ENABLE= doxygen
CONFIGURE_ENV=ac_cv_path_SED=${LOCALBASE}/bin/gsed
.include <bsd.port.mk>