ports/net/liboauth/Makefile

25 lines
484 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= library implementing the OAuth Core RFC 5849 standard
DISTNAME= liboauth-1.0.3
SHARED_LIBS += oauth 8.4 # 8.7
CATEGORIES= net
HOMEPAGE= http://liboauth.sourceforge.net/
# MIT or GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += curl nss3
2023-09-27 17:15:09 +00:00
SITES= ${SITE_SOURCEFORGE:=liboauth/}
2023-08-16 22:26:55 +00:00
LIB_DEPENDS= net/curl \
security/nss
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-nss
CONFIGURE_ENV= ac_cv_path_DOT="" \
ac_cv_path_DOXYGEN=""
.include <bsd.port.mk>