diff options
Diffstat (limited to 'freebsd/core/tdetoys/Makefile')
-rw-r--r-- | freebsd/core/tdetoys/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/freebsd/core/tdetoys/Makefile b/freebsd/core/tdetoys/Makefile new file mode 100644 index 000000000..d02a47cbb --- /dev/null +++ b/freebsd/core/tdetoys/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: core/tdetoys + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= tdetoys-trinity +COMMENT= Trinity toys +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= misc x11 x11-clocks +DIST_SUBDIR= TDE/core + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/include/konqsidebarplugin.h: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" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> |