1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Trim Makefile headers and remove ABI versions in LIB_DEPENDS.

This commit is contained in:
Alexey Dokuchaev 2012-09-29 14:37:49 +00:00
parent 30a987ce47
commit 3f7de3460b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305038
4 changed files with 8 additions and 24 deletions

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: celestia-gnome
# Date created: 04 May 2006
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
#
CELESTIA_UI= gnome
MASTERDIR= ${.CURDIR}/../celestia

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: celestia-gtk
# Date created: 04 May 2006
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
#
CELESTIA_UI= gtk
MASTERDIR= ${.CURDIR}/../celestia

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: celestia-kde
# Date created: 18 Aug 2009
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
#
CELESTIA_UI= kde
MASTERDIR= ${.CURDIR}/../celestia

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: Celestia (master port)
# Date created: 2002-05-17
# Whom: Trevor Johnson <trevor@FreeBSD.org>
#
# Created by: Trevor Johnson <trevor@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= celestia
PORTVERSION= 1.6.1
@ -17,7 +13,7 @@ COMMENT= Scriptable space flight simulator for X
LICENSE= GPLv2
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png
USE_AUTOTOOLS= libtool
@ -70,15 +66,15 @@ IGNORE= requires one of the <${UI_LIST}> values for CELESTIA_UI
.if ${CELESTIA_UI} == "gtk" || ${CELESTIA_UI} == "gnome"
USE_GNOME+= gnomehack
LIB_DEPENDS+= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext \
theora.0:${PORTSDIR}/multimedia/libtheora
LIB_DEPENDS+= gtkglext-x11-1:${PORTSDIR}/x11-toolkits/gtkglext \
theora:${PORTSDIR}/multimedia/libtheora
STARTUP_NOTIFY= true
PLIST_FILES+= share/celestia/celestia-logo.png share/celestia/celestiaui.xml
.else
STARTUP_NOTIFY= false
.endif
.if ${CELESTIA_UI} == "kde"
LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora
LIB_DEPENDS+= theora:${PORTSDIR}/multimedia/libtheora
PLIST_SUB+= KDE=""
.else
PLIST_SUB+= KDE="@comment "