freebsd-ports/net/liboauth/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
504 B
Makefile

# $FreeBSD$
PORTNAME= liboauth
PORTVERSION= 1.0.3
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= johans@FreeBSD.org
COMMENT= C library implementing the OAuth Core standard
LIB_DEPENDS= libcurl.so: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>