diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-04 12:39:07 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-04 12:39:07 +0000 |
commit | f15d26f1ff55b329acd580d2d153f13780a12b65 (patch) | |
tree | 2f8416166a1cec4eb09d9549befba78d9dd0cb2f /astro | |
parent | 613f27d55dc9cc33c4dcc2f968d8d0f531cb756f (diff) | |
download | ports-f15d26f1ff55b329acd580d2d153f13780a12b65.tar.gz ports-f15d26f1ff55b329acd580d2d153f13780a12b65.zip |
Add celestia-gnome and celestia-gtk.
Notes
Notes:
svn path=/head/; revision=161335
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 2 | ||||
-rw-r--r-- | astro/celestia-gnome/Makefile | 11 | ||||
-rw-r--r-- | astro/celestia-gtk/Makefile | 11 |
3 files changed, 24 insertions, 0 deletions
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 <jylefort@FreeBSD.org> +# +# $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 <jylefort@FreeBSD.org> +# +# $FreeBSD$ +# + +CELESTIA_UI= gtk +MASTERDIR= ${.CURDIR}/../celestia + +.include "${MASTERDIR}/Makefile" |