svn commit: r314005 - head/games/BillardGL
Max Brazhnikov
makc at freebsd.org
Wed Mar 13 11:27:54 UTC 2013
On Tue, 12 Mar 2013 22:46:55 +0000Tue Mar 12 22:46:55 2013 Beech Rintoul
wrote:
> Author: beech
> Date: Tue Mar 12 22:46:55 2013
> New Revision: 314005
> URL: http://svnweb.freebsd.org/changeset/ports/314005
>
> Log:
> - Makefile tweaks
> - Add Desktop entries, icons, removed all Notes
> - Shorten header
> - Bump portrevision
>
> PR: ports/173347
> Submitted by: nemysis <nemysis at gmx.ch>
>
> Modified:
> head/games/BillardGL/Makefile
> head/games/BillardGL/distinfo (contents, props changed)
>
> Modified: head/games/BillardGL/Makefile
>
==============================================================================
> --- head/games/BillardGL/Makefile Tue Mar 12 22:15:57 2013 (r314004)
> +++ head/games/BillardGL/Makefile Tue Mar 12 22:46:55 2013 (r314005)
> @@ -1,18 +1,14 @@
> -# New ports collection makefile for: BillardGL
> -# Date created: 02 Jan 2004
> -# Whom: Igor Pokrovsky <tiamat at comset.net>
> -#
> +# Created By: Igor Pokrovsky <tiamat at comset.net>
> # $FreeBSD$
> -#
>
> PORTNAME= BillardGL
> PORTVERSION= 1.75
> -PORTREVISION= 8
> +PORTREVISION= 9
> CATEGORIES= games
> -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}/
\
> +MASTER_SITES=
SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}/:game \
> SF/nemysisfreebsdp/:icons
> -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
> - ${PORTNAME}-LP-010.zip \
> +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:game \
> + ${PORTNAME}-LP-010.zip:game \
> ${PORTNAME}_icons.tar.gz:icons
> DIST_SUBDIR= ${PORTNAME:L}
>
> @@ -31,14 +27,22 @@ USE_XORG= xmu xext x11 xi
> USE_GL= glut
>
> PLIST_FILES= bin/${PORTNAME} \
> - share/pixmaps/${PORTNAME}_48.png \
> - share/pixmaps/${PORTNAME}_64.png \
> - share/pixmaps/${PORTNAME}_72.png \
> - share/pixmaps/${PORTNAME}_96.png
> + share/pixmaps/${PORTNAME}.png \
> + share/icons/hicolor/32x32/apps/${PORTNAME}.png \
> + share/icons/hicolor/48x48/apps/${PORTNAME}.png \
> + share/icons/hicolor/64x64/apps/${PORTNAME}.png \
> + share/icons/hicolor/72x72/apps/${PORTNAME}.png \
> + share/icons/hicolor/96x96/apps/${PORTNAME}.png
>
> PORTDATA= *
> PORTDOCS= README
>
> +INSTALLS_ICONS= yes
> +ICON_SIZES= 32x32 48x48 64x64 72x72 96x96
> +
> +DESKTOP_ENTRIES="BillardGL" "${COMMENT}" "${PORTNAME}" \
> + "${PORTNAME}" "Game;ArcadeGame;" ${FALSE}
You may leave second field empty, the framework will use port's ${COMMENT}
then.
The last field must be literal 'true' or 'false'. If you are not sure whether
the application supports start-up notification just leave it empty.
Cheers,
Max
More information about the svn-ports-all
mailing list