mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
27 lines
580 B
Makefile
27 lines
580 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qxkb
|
|
PORTVERSION= 0.4.6
|
|
CATEGORIES= x11
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Qt4-based advanced keyboard layout switcher
|
|
|
|
LICENSE= GPLv2 # (or later)
|
|
|
|
LIB_DEPENDS= libxkbfile.so:${PORTSDIR}/x11/libxkbfile
|
|
|
|
USES= cmake tar:bzip2
|
|
USE_QT4= linguist_build moc_build qmake_build rcc_build uic_build \
|
|
corelib gui svg
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
# Fix path to the translation files
|
|
@${REINPLACE_CMD} -e 's,\.\./,,' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|