Index: head/games/cutemaze/Makefile =================================================================== --- head/games/cutemaze/Makefile (revision 303822) +++ head/games/cutemaze/Makefile (revision 303823) @@ -1,63 +1,45 @@ -# Ports collection Makefile for: cutemaze -# Date created: 2012-04-20 -# Whom: nemysis@gmx.ch -# # $FreeBSD$ -# PORTNAME= cutemaze PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ -EXTRACT_SUFX= -src.tar.bz2 +DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= nemysis@gmx.ch -COMMENT= A simple, top-down game in which mazes are randomly generated +COMMENT= Simple, top-down game in which mazes are randomly generated LICENSE= GPLv3 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_BZIP2= yes USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats INSTALLS_ICONS= yes - MAKE_JOBS_SAFE= yes -PORTDATA= * PORTDOCS= ChangeLog README .include do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} + ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro -do-install: -# Executable - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -# Data - ${MKDIR} ${DATADIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "preview themes" ${DATADIR}) - +post-install: # Icons - ${MKDIR} ${PREFIX}/share/icons/oxygen -.for d in icons - (cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/) -.endfor + @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/) -# Pixmaps and Desktop +# Pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop \ - ${PREFIX}/share/applications/ # Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} . endfor .endif .include Index: head/games/cutemaze/pkg-plist =================================================================== --- head/games/cutemaze/pkg-plist (revision 303822) +++ head/games/cutemaze/pkg-plist (revision 303823) @@ -1,37 +1,41 @@ bin/cutemaze share/applications/cutemaze.desktop +share/icons/hicolor/48x48/apps/cutemaze.png share/icons/oxygen/16x16/application-exit.png share/icons/oxygen/16x16/document-new.png share/icons/oxygen/16x16/games-config-options.png share/icons/oxygen/16x16/games-highscores.png share/icons/oxygen/16x16/games-hint.png share/icons/oxygen/16x16/help-about.png share/icons/oxygen/16x16/media-playback-pause.png share/icons/oxygen/16x16/zoom-in.png share/icons/oxygen/16x16/zoom-out.png share/icons/oxygen/22x22/application-exit.png share/icons/oxygen/22x22/document-new.png share/icons/oxygen/22x22/games-config-options.png share/icons/oxygen/22x22/games-highscores.png share/icons/oxygen/22x22/games-hint.png share/icons/oxygen/22x22/help-about.png share/icons/oxygen/22x22/media-playback-pause.png share/icons/oxygen/22x22/zoom-in.png share/icons/oxygen/22x22/zoom-out.png share/icons/oxygen/LGPL share/icons/oxygen/scalable/application-exit.svgz share/icons/oxygen/scalable/document-new.svgz share/icons/oxygen/scalable/games-config-options.svgz share/icons/oxygen/scalable/games-highscores.svgz share/icons/oxygen/scalable/games-hint.svgz share/icons/oxygen/scalable/help-about.svgz share/icons/oxygen/scalable/media-playback-pause.svgz share/icons/oxygen/scalable/zoom-in.svgz share/icons/oxygen/scalable/zoom-out.svgz share/pixmaps/cutemaze.png @dirrmtry share/icons/oxygen/scalable @dirrmtry share/icons/oxygen/22x22 @dirrmtry share/icons/oxygen/16x16 @dirrmtry share/icons/oxygen +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrmtry share/applications Property changes on: head/games/cutemaze/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property