summaryrefslogtreecommitdiff
path: root/x11-clocks/ktux-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/ktux-kde4/Makefile')
-rw-r--r--x11-clocks/ktux-kde4/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-clocks/ktux-kde4/Makefile b/x11-clocks/ktux-kde4/Makefile
new file mode 100644
index 000000000000..a401f7fffe7e
--- /dev/null
+++ b/x11-clocks/ktux-kde4/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= ktux
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 3
+CATEGORIES= x11-clocks kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Tux-in-a-Spaceship screen saver
+
+USES= cmake:outsource kde:4 tar:xz
+USE_KDE= kdelibs workspace automoc4
+USE_QT4= qt3support moc_build qmake_build rcc_build uic_build
+
+.include <bsd.port.mk>