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"