1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/security/kqoauth/Makefile
Veniamin Gvozdikov 04d1c41cb7 - Remove qt4-linguist dependency; add qt4-network instead.
- qt4-testlib is not used outside tests directory; remove it
from run-time dependencies.
- Sort USES.
- Fix a typo in COMMENT.
- Bump PORTREVISION.

PR:		ports/202046
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-08-15 16:43:35 +00:00

28 lines
580 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= kqoauth
PORTVERSION= 0.98
CATEGORIES= security
MAINTAINER= vg@FreeBSD.org
COMMENT= Implementation of OAuth 1.0 in C++ for Qt
LICENSE= LGPL21
USES= pkgconfig qmake
USE_QT4= corelib network gui moc_build qtestlib_build
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
QMAKE_SOURCE_PATH= ${PORTNAME}.pro
USE_GITHUB= yes
GH_ACCOUNT= kypeli
GH_PROJECT= kQOAuth
pre-configure:
${REINPLACE_CMD} -e 's|$${target.path}/pkgconfig|$${INSTALL_PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/src/src.pro
.include <bsd.port.mk>