mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
33 lines
679 B
Makefile
33 lines
679 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qxkb
|
|
PORTVERSION= 0.4.6
|
|
DISTVERSIONPREFIX= qxkb-
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Qt4-based advanced keyboard layout switcher
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
DEPRECATED= Qt4 has been EOL since december 2015
|
|
EXPIRATION_DATE= 2019-03-15
|
|
|
|
LIB_DEPENDS= libxkbfile.so:x11/libxkbfile
|
|
|
|
USES= cmake:insource qt:4
|
|
USE_QT= linguisttools_build moc_build qmake_build rcc_build uic_build \
|
|
corelib gui svg
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= disels
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
# Fix path to the translation files
|
|
@${REINPLACE_CMD} -e 's,\.\./,,' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|