27 lines
558 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2019/07/12 20:48:30 sthen Exp $
COMMENT= library implementing the OAuth Core RFC 5849 standard
2015-06-17 19:56:29 +00:00
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
2013-11-11 11:53:37 +00:00
WANTLIB += curl nss3
2013-11-11 11:53:37 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liboauth/}
LIB_DEPENDS= net/curl \
security/nss
CONFIGURE_STYLE= gnu
2016-03-11 20:28:21 +00:00
CONFIGURE_ARGS+= --enable-nss
CONFIGURE_ENV= ac_cv_path_DOT="" \
ac_cv_path_DOXYGEN=""
.include <bsd.port.mk>