Add slave port for KDE-flavored Celestia.
This commit is contained in:
parent
3d31f1b2a9
commit
6cb77b7afc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239822
2 changed files with 12 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
SUBDIR += celestia
|
||||
SUBDIR += celestia-gnome
|
||||
SUBDIR += celestia-gtk
|
||||
SUBDIR += celestia-kde
|
||||
SUBDIR += cfitsio
|
||||
SUBDIR += dgpsip
|
||||
SUBDIR += ephem
|
||||
|
|
11
astro/celestia-kde/Makefile
Normal file
11
astro/celestia-kde/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# New ports collection makefile for: celestia-kde
|
||||
# Date created: 18 Aug 2009
|
||||
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CELESTIA_UI= kde
|
||||
MASTERDIR= ${.CURDIR}/../celestia
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue