Add celestia-gnome and celestia-gtk.

This commit is contained in:
Jean-Yves Lefort 2006-05-04 12:39:07 +00:00
parent 613f27d55d
commit f15d26f1ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161335
3 changed files with 24 additions and 0 deletions

View file

@ -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

View file

@ -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"

View file

@ -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"