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/themes/twin-style-fahrenheit/Makefile

39 lines
885 B

# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
# TDE port map: applications/themes/twin-style-fahrenheit
PORTSDIR?=/usr/ports
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
PORTNAME= twin-style-fahrenheit-trinity
COMMENT= TDE window decoration Fahrenheit
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 1
CATEGORIES= x11-themes
DIST_SUBDIR= TDE/applications/themes
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>