aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2009-08-18 07:08:02 +0800
committerdanfe <danfe@FreeBSD.org>2009-08-18 07:08:02 +0800
commit14975096f792f1a70b01f2261362c2a0aa139bd2 (patch)
treed83a04e48a37c90ee579e6510b6faeb334af3582 /astro
parent01285477f40490ae8d2dca2f16b03c0771ddc141 (diff)
downloadfreebsd-ports-gnome-14975096f792f1a70b01f2261362c2a0aa139bd2.tar.gz
freebsd-ports-gnome-14975096f792f1a70b01f2261362c2a0aa139bd2.tar.zst
freebsd-ports-gnome-14975096f792f1a70b01f2261362c2a0aa139bd2.zip
Add slave port for KDE-flavored Celestia.
Diffstat (limited to 'astro')
-rw-r--r--astro/Makefile1
-rw-r--r--astro/celestia-kde/Makefile11
2 files changed, 12 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile
index 81120597fa23..b77e285431fc 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -12,6 +12,7 @@
SUBDIR += celestia
SUBDIR += celestia-gnome
SUBDIR += celestia-gtk
+ SUBDIR += celestia-kde
SUBDIR += cfitsio
SUBDIR += dgpsip
SUBDIR += ephem
diff --git a/astro/celestia-kde/Makefile b/astro/celestia-kde/Makefile
new file mode 100644
index 000000000000..71df09067ca2
--- /dev/null
+++ b/astro/celestia-kde/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: celestia-kde
+# Date created: 18 Aug 2009
+# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CELESTIA_UI= kde
+MASTERDIR= ${.CURDIR}/../celestia
+
+.include "${MASTERDIR}/Makefile"