svn commit: r305038 - in head/astro: celestia celestia-gnome celestia-gtk celestia-kde
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Sep 29 14:37:50 UTC 2012
Author: danfe
Date: Sat Sep 29 14:37:49 2012
New Revision: 305038
URL: http://svn.freebsd.org/changeset/ports/305038
Log:
Trim Makefile headers and remove ABI versions in LIB_DEPENDS.
Modified:
head/astro/celestia-gnome/Makefile
head/astro/celestia-gtk/Makefile
head/astro/celestia-kde/Makefile
head/astro/celestia/Makefile
Modified: head/astro/celestia-gnome/Makefile
==============================================================================
--- head/astro/celestia-gnome/Makefile Sat Sep 29 14:19:28 2012 (r305037)
+++ head/astro/celestia-gnome/Makefile Sat Sep 29 14:37:49 2012 (r305038)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: celestia-gnome
-# Date created: 04 May 2006
-# Whom: Jean-Yves Lefort <jylefort at FreeBSD.org>
-#
+# Created by: Jean-Yves Lefort <jylefort at FreeBSD.org>
# $FreeBSD$
-#
CELESTIA_UI= gnome
MASTERDIR= ${.CURDIR}/../celestia
Modified: head/astro/celestia-gtk/Makefile
==============================================================================
--- head/astro/celestia-gtk/Makefile Sat Sep 29 14:19:28 2012 (r305037)
+++ head/astro/celestia-gtk/Makefile Sat Sep 29 14:37:49 2012 (r305038)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: celestia-gtk
-# Date created: 04 May 2006
-# Whom: Jean-Yves Lefort <jylefort at FreeBSD.org>
-#
+# Created by: Jean-Yves Lefort <jylefort at FreeBSD.org>
# $FreeBSD$
-#
CELESTIA_UI= gtk
MASTERDIR= ${.CURDIR}/../celestia
Modified: head/astro/celestia-kde/Makefile
==============================================================================
--- head/astro/celestia-kde/Makefile Sat Sep 29 14:19:28 2012 (r305037)
+++ head/astro/celestia-kde/Makefile Sat Sep 29 14:37:49 2012 (r305038)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: celestia-kde
-# Date created: 18 Aug 2009
-# Whom: Alexey Dokuchaev <danfe at FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
# $FreeBSD$
-#
CELESTIA_UI= kde
MASTERDIR= ${.CURDIR}/../celestia
Modified: head/astro/celestia/Makefile
==============================================================================
--- head/astro/celestia/Makefile Sat Sep 29 14:19:28 2012 (r305037)
+++ head/astro/celestia/Makefile Sat Sep 29 14:37:49 2012 (r305038)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Celestia (master port)
-# Date created: 2002-05-17
-# Whom: Trevor Johnson <trevor at FreeBSD.org>
-#
+# Created by: Trevor Johnson <trevor at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= celestia
PORTVERSION= 1.6.1
@@ -17,7 +13,7 @@ COMMENT= Scriptable space flight simulat
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}
.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 "
More information about the svn-ports-all
mailing list