mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Add celestia-gnome and celestia-gtk.
This commit is contained in:
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
|
@ -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
|
||||
|
|
11
astro/celestia-gnome/Makefile
Normal file
11
astro/celestia-gnome/Makefile
Normal 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"
|
11
astro/celestia-gtk/Makefile
Normal file
11
astro/celestia-gtk/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue