diff options
author | danfe <danfe@FreeBSD.org> | 2012-09-29 22:37:49 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-09-29 22:37:49 +0800 |
commit | 960e40fa078172bc82740797d3066386189334bb (patch) | |
tree | f295ce6cda8f533af1de81ca41c75a20df0b29b6 /astro | |
parent | 84e4b2d940ce51ddaea6c6950b52b6623a73c29d (diff) | |
download | freebsd-ports-graphics-960e40fa078172bc82740797d3066386189334bb.tar.gz freebsd-ports-graphics-960e40fa078172bc82740797d3066386189334bb.tar.zst freebsd-ports-graphics-960e40fa078172bc82740797d3066386189334bb.zip |
Trim Makefile headers and remove ABI versions in LIB_DEPENDS.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia-gnome/Makefile | 6 | ||||
-rw-r--r-- | astro/celestia-gtk/Makefile | 6 | ||||
-rw-r--r-- | astro/celestia-kde/Makefile | 6 | ||||
-rw-r--r-- | astro/celestia/Makefile | 14 |
4 files changed, 8 insertions, 24 deletions
diff --git a/astro/celestia-gnome/Makefile b/astro/celestia-gnome/Makefile index 41a99290897..cc3b82f4a1f 100644 --- a/astro/celestia-gnome/Makefile +++ b/astro/celestia-gnome/Makefile @@ -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 diff --git a/astro/celestia-gtk/Makefile b/astro/celestia-gtk/Makefile index 86c9f4f6061..c56657d974a 100644 --- a/astro/celestia-gtk/Makefile +++ b/astro/celestia-gtk/Makefile @@ -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 diff --git a/astro/celestia-kde/Makefile b/astro/celestia-kde/Makefile index 71df09067ca..baec52971fb 100644 --- a/astro/celestia-kde/Makefile +++ b/astro/celestia-kde/Makefile @@ -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 diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 00caf504c97..2a8d2e84ffe 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -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 " |