From f15d26f1ff55b329acd580d2d153f13780a12b65 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Thu, 4 May 2006 12:39:07 +0000 Subject: [PATCH] Add celestia-gnome and celestia-gtk. --- astro/Makefile | 2 ++ astro/celestia-gnome/Makefile | 11 +++++++++++ astro/celestia-gtk/Makefile | 11 +++++++++++ 3 files changed, 24 insertions(+) create mode 100644 astro/celestia-gnome/Makefile create mode 100644 astro/celestia-gtk/Makefile diff --git a/astro/Makefile b/astro/Makefile index 656ee1555ca7..9be6917de840 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -9,6 +9,8 @@ SUBDIR += boinc-setiathome-enhanced SUBDIR += boinc-setiathome-naparst SUBDIR += celestia + SUBDIR += celestia-gnome + SUBDIR += celestia-gtk SUBDIR += cfitsio SUBDIR += dgpsip SUBDIR += ephem diff --git a/astro/celestia-gnome/Makefile b/astro/celestia-gnome/Makefile new file mode 100644 index 000000000000..41a992908972 --- /dev/null +++ b/astro/celestia-gnome/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: celestia-gnome +# Date created: 04 May 2006 +# Whom: Jean-Yves Lefort +# +# $FreeBSD$ +# + +CELESTIA_UI= gnome +MASTERDIR= ${.CURDIR}/../celestia + +.include "${MASTERDIR}/Makefile" diff --git a/astro/celestia-gtk/Makefile b/astro/celestia-gtk/Makefile new file mode 100644 index 000000000000..86c9f4f60612 --- /dev/null +++ b/astro/celestia-gtk/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: celestia-gtk +# Date created: 04 May 2006 +# Whom: Jean-Yves Lefort +# +# $FreeBSD$ +# + +CELESTIA_UI= gtk +MASTERDIR= ${.CURDIR}/../celestia + +.include "${MASTERDIR}/Makefile"