summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/themes/tde-style-ia-ora/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/applications/themes/tde-style-ia-ora/Makefile')
-rw-r--r--freebsd/applications/themes/tde-style-ia-ora/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/freebsd/applications/themes/tde-style-ia-ora/Makefile b/freebsd/applications/themes/tde-style-ia-ora/Makefile
new file mode 100644
index 000000000..a2ab0bd11
--- /dev/null
+++ b/freebsd/applications/themes/tde-style-ia-ora/Makefile
@@ -0,0 +1,40 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+# TDE port map: applications/themes/tde-style-ia-ora
+
+PORTSDIR?=/usr/ports
+.include <${PORTSDIR}/Mk/bsd.trinity.mk>
+
+PORTNAME= tde-style-ia-ora-trinity
+COMMENT= Mandriva Ia Ora theme for TDE
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+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
+
+LIB_DEPENDS+=\
+ libgtk-x11-2.0.so:x11-toolkits/gtk20 \
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DWITH_ALL_OPTIONS="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>