diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-05-04 12:39:07 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-05-04 12:39:07 +0000 |
commit | 95210e1c76524813092e3d1c664d4cc5138a7111 (patch) | |
tree | dcd37cd8322ae1a9b35a69563b4be6826396941b /astro | |
parent | 33cd542feb26474ed2ea42755bfa008098be203e (diff) | |
download | FreeBSD-ports-95210e1c76524813092e3d1c664d4cc5138a7111.zip FreeBSD-ports-95210e1c76524813092e3d1c664d4cc5138a7111.tar.gz |
Add celestia-gnome and celestia-gtk.
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 656ee15..9be6917 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 0000000..41a9929 --- /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 0000000..86c9f4f --- /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" |