- Mention that this is master port in Makefile header

- Append appropriate slave CATEGORIES
- Drop explicit USE_QT_VER since USE_KDELIBS_VER implies it
This commit is contained in:
Alexey Dokuchaev 2010-05-22 03:22:55 +00:00
parent c7417c40e5
commit 6484370e0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254772

View File

@ -1,4 +1,4 @@
# New ports collection makefile for: Celestia
# New ports collection makefile for: Celestia (master port)
# Date created: 2002-05-17
# Whom: Trevor Johnson <trevor@FreeBSD.org>
#
@ -52,12 +52,13 @@ USE_GL+= glut
CONFIGURE_ARGS+= --with-gtk
USE_GNOME+= gtk20
.elif ${CELESTIA_UI} == "gnome"
CATEGORIES+= gnome
CONFIGURE_ARGS+= --with-gnome
USE_GNOME+= libgnomeui
GCONF_SCHEMAS= celestia.schemas
.elif ${CELESTIA_UI} == "kde"
CATEGORIES+= kde
CONFIGURE_ARGS+= --with-kde
USE_QT_VER= 3
USE_KDELIBS_VER= 3
INSTALLS_ICONS= yes
.else