diff options
author | makc <makc@FreeBSD.org> | 2013-01-07 10:07:26 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-01-07 10:07:26 +0800 |
commit | 57a41e98ddc08896ece93315c5f8deb70b0a9934 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /graphics/xaos | |
parent | 87fe1fcae9056b2d3319ad33c8c2e1777857ec28 (diff) | |
download | freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.tar.gz freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.tar.zst freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.zip |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
Diffstat (limited to 'graphics/xaos')
-rw-r--r-- | graphics/xaos/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 600bca4170ee..f39c26c53034 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XaoS -# Date created: 24 February 1996 -# Whom: Joseph Koshy <koshy@india.hp.com> -# +# Created by: Joseph Koshy <koshy@india.hp.com> # $FreeBSD$ -# PORTNAME= xaos PORTVERSION= 3.5 @@ -12,7 +8,7 @@ CATEGORIES= graphics math MASTER_SITES= SF/${PORTNAME}/XaoS/${PORTVERSION} MAINTAINER= makc@FreeBSD.org -COMMENT= A real-time fractal browser for X11 and ASCII terminals +COMMENT= Real-time fractal browser LIB_DEPENDS= png15:${PORTSDIR}/graphics/png @@ -35,7 +31,7 @@ INFO= xaos PLIST_SUB+= XAOSDIR="share/XaoS" -DESKTOP_ENTRIES= "XaoS" "Fractal zoomer" "" "xaos" "" false +DESKTOP_ENTRIES= "XaoS" "${COMMENT}" "" "xaos" "" false .include <bsd.port.options.mk> |