freebsd-ports/x11/qxkb/Makefile
Alexey Dokuchaev 182d5af0f0 - Update to version 0.4.5
- Drop maintainership

Feature safe:	yes
2012-12-04 11:27:21 +00:00

28 lines
568 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= qxkb
PORTVERSION= 0.4.5
CATEGORIES= x11
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Qt4-based advanced keyboard layout switcher
LICENSE= GPLv3
LIB_DEPENDS= xkbfile:${PORTSDIR}/x11/libxkbfile
USE_BZIP2= yes
USE_CMAKE= yes
USE_QT4= qmake_build linguist_build moc_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>