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 /games/cheech | |
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 'games/cheech')
-rw-r--r-- | games/cheech/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/games/cheech/Makefile b/games/cheech/Makefile index 5d53cf83058b..58e7ae7f09cc 100644 --- a/games/cheech/Makefile +++ b/games/cheech/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cheech -# Date created: 18 Jul 2007 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong.Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= cheech PORTVERSION= 0.8 @@ -13,7 +9,7 @@ MASTER_SITES= SF EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A multi-platform, networked Chinese Checkers game +COMMENT= Multiplayer Chinese Checkers game LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ gnet-2.0.0:${PORTSDIR}/net/gnet2 @@ -23,10 +19,10 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env DESKTOP_ENTRIES= "cheech" \ - "A networked Chinese Checkers Game" \ + "${COMMENT}" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "cheech" \ - "cheech" \ - "Application;Game;" \ + "Game;BoardGame;" \ "false" .if !defined(NOPORTDOCS) |