2010-10-31 01:27:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liboauth
|
2013-03-17 18:57:15 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2013-07-11 18:26:26 +02:00
|
|
|
PORTREVISION= 1
|
2010-10-31 01:27:31 +02:00
|
|
|
CATEGORIES= net
|
2012-11-13 16:59:46 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}
|
2010-10-31 01:27:31 +02:00
|
|
|
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
|
|
COMMENT= C library implementing the OAuth Core standard
|
|
|
|
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
|
|
|
|
|
|
|
|
USE_OPENSSL= yes
|
2013-08-31 02:26:08 +02:00
|
|
|
USES= pkgconfig
|
2010-10-31 01:27:31 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
MAN3= oauth.3
|
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2010-10-31 01:27:31 +02:00
|
|
|
post-patch:
|
2012-11-13 16:59:46 +01:00
|
|
|
@${REINPLACE_CMD} -e '/PC_REQ=/s/ libcrypto//' ${WRKSRC}/configure
|
2010-10-31 01:27:31 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|