You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/freebsd/applications/kkbswitch/Makefile

36 lines
813 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= kkbswitch-trinity
COMMENT= KKBSwitch keyboard layout indicator
TDE_PREVERSION=
MASTER_SITE_SUBDIR= k/${PORTNAME}
PORTREVISION= 0
CATEGORIES= sysutils x11
DIST_SUBDIR= TDE/applications
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
${TDE_PREFIX}/lib/libkonq.so:${PORTSDIR}/x11/trinity/core/tdebase \
${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL=ON
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>