freebsd-ports/net/liboauth/Makefile
Dmitry Marakasov 024b826897 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-04 07:38:01 +00:00

25 lines
516 B
Makefile

# $FreeBSD$
PORTNAME= liboauth
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= johans@FreeBSD.org
COMMENT= C library implementing the OAuth Core standard
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
INSTALL_TARGET= install-strip
USE_OPENSSL= yes
USES= pkgconfig libtool
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e '/PC_REQ=/s/ libcrypto//' ${WRKSRC}/configure
.include <bsd.port.mk>