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/gtk-qt-engine/Makefile

35 lines
725 B

# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= gtk-qt-engine-trinity
COMMENT= Theme engine using TQt for GTK+ 2.x and Trinity
TDE_PREVERSION=
MASTER_SITE_SUBDIR= g/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
LIB_DEPENDS+=\
libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE}
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>