diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
commit | 5dd37213f549b0d2fd158b1fa8024daeda2acfb2 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 | |
parent | 5fa1ec89fceb95ba8e0ff259f73e7e55da5383c2 (diff) | |
download | ports-5dd37213f549b0d2fd158b1fa8024daeda2acfb2.tar.gz ports-5dd37213f549b0d2fd158b1fa8024daeda2acfb2.zip |
Notes
48 files changed, 114 insertions, 243 deletions
diff --git a/audio/gnuitar/Makefile b/audio/gnuitar/Makefile index 0528ee9f2378..861255b2c18f 100644 --- a/audio/gnuitar/Makefile +++ b/audio/gnuitar/Makefile @@ -1,6 +1,4 @@ -# Ports collection Makefile for: gnuitar -# Date created: 3 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= gnuitar @@ -29,7 +27,7 @@ SUID_DESC= Use suid to allow highest priority (priv. dropped) DESKTOP_ENTRIES="GNUitar" \ "Apply guitar effects in real-time" \ - "gnuitar" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.xpm" \ "gnuitar" \ "" \ true diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile index 7f483016d355..7b88e1535b7b 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -26,8 +26,9 @@ OPTIONS_DEFINE_i386= ASM GNOME1_DESC= Use GNOME 1.x (enables envelope editing) ASM_DESC= Use optimized assembly (potentially unstable) -DESKTOP_ENTRIES="SoundTracker" "Compose music" "soundtracker.xpm" \ - "soundtracker" "Audio;Player;Recorder;" false +DESKTOP_ENTRIES="SoundTracker" "Pattern-oriented music editor" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.xpm" \ + "soundtracker" "AudioVideo;Audio;AudioVideoEditing;" false .include <bsd.port.pre.mk> diff --git a/audio/teamspeak_client/Makefile b/audio/teamspeak_client/Makefile index f0b5a50f1ad7..02f7b0995fd4 100644 --- a/audio/teamspeak_client/Makefile +++ b/audio/teamspeak_client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: teamspeak -# Date created: 22 January 2003 -# Whom: Daniel O'Connor -# +# Created by: Daniel O'Connor # $FreeBSD$ -# PORTNAME= teamspeak_client PORTVERSION= 2.0.32 @@ -36,7 +32,7 @@ DESKTOP_ENTRIES="TeamSpeak" \ "Voice-chat with people" \ "${TSHOME}/icon.xpm" \ "TeamSpeak" \ - "Application;Audio;Network;" \ + "Network;Telephony;" \ false post-extract: diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index 6f085072b01f..1a4bafba89b2 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -37,8 +37,8 @@ MAKE_ENV= HELPFILE='-DDEFAULT_HELPFILE=\"${DATADIR}/seaview.html\"' \ ALL_TARGET= ${PORTNAME} MAKE_JOBS_SAFE= yes -DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "" "${PORTNAME}" \ - "Application;Science;Biology;" "true" +DESKTOP_ENTRIES="SeaView" "${COMMENT}" "" \ + "${PORTNAME}" "Biology;Science;" "true" PLIST_FILES= bin/seaview %%DATADIR%%/seaview.html PLIST_DIRS= %%DATADIR%% diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index 17afdf2168c5..0f2272192cbd 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -9,7 +9,7 @@ DISTFILES= ${LEOCAD_DISTNAME} ${LEOCAD_PIECES} EXTRACT_ONLY= ${LEOCAD_DISTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A CAD program that uses bricks similar to those found in many toys +COMMENT= CAD modeling with LEGO-like bricks EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_GNOME= gtk20 MAKE_JOBS_UNSAFE= yes -DESKTOP_ENTRIES="Leocad" "${COMMENT}" "" "${PORTNAME}" "Engineering;" "true" +DESKTOP_ENTRIES="Leocad" "${COMMENT}" "" "${PORTNAME}" "" "true" PLIST_FILES= bin/leocad \ ${DATADIR_REL}/pieces.bin \ diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 431dcd084b3a..4c8ac942673c 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -8,7 +8,7 @@ CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Finite element program +COMMENT= Mesh generator and solver for Finite Element problems LICENSE= GPLv2 # (or later) @@ -43,7 +43,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= pdnmesh.1 MAN5= pdnmesh_input.5 -DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "" "${PORTNAME}" "" "true" +DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" "true" .include <bsd.port.options.mk> diff --git a/deskutils/nagaina/Makefile b/deskutils/nagaina/Makefile index b42d98f7b3e9..1fed9feae743 100644 --- a/deskutils/nagaina/Makefile +++ b/deskutils/nagaina/Makefile @@ -37,9 +37,9 @@ PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.png DESKTOP_ENTRIES= "Nagaina" \ "${COMMENT}" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" \ - "${PORTNAME}" \ - "Qt;KDE;Office;Utility;" \ + "Qt;Office;Utility;" \ "false" .include <bsd.port.options.mk> diff --git a/deskutils/qlabels/Makefile b/deskutils/qlabels/Makefile index da834a532025..3fe95ee5426f 100644 --- a/deskutils/qlabels/Makefile +++ b/deskutils/qlabels/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qlabels -# Date created: 12 Jul 2007 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong.Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= qlabels PORTVERSION= 0.2 @@ -14,17 +10,17 @@ MASTER_SITES= http://qlabels.p34.net/files/ \ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A labels and business cards creating and printing software +COMMENT= Labels and business cards creating USE_BZIP2= yes USE_QT4= xml gui corelib qmake_build uic_build moc_build rcc_build WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/} -DESKTOP_ENTRIES= "qlabels" \ - "A labels and business cards creating and printing software" \ +DESKTOP_ENTRIES= "qLabels" \ + "${COMMENT}" \ "" \ "qlabels" \ - "Application;Office;" \ + "Office;Qt;" \ "false" post-patch: @@ -34,7 +30,7 @@ post-patch: ${WRKSRC}/lib/papers.cpp pre-build: - @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix qlabels.pro + @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} qlabels.pro post-install: .if !defined(NOPORTDOCS) diff --git a/devel/argouml/Makefile b/devel/argouml/Makefile index d9978674b3d5..70da4f052bda 100644 --- a/devel/argouml/Makefile +++ b/devel/argouml/Makefile @@ -1,4 +1,4 @@ -# Created by: ijliao +# Created by: ijliao # $FreeBSD$ PORTNAME= argouml @@ -39,7 +39,7 @@ DESKTOP_ENTRIES= "ArgoUML" \ "Create advanced UML diagrams" \ "${DATADIR}/icon/ArgoIcon128x128.png" \ "argouml" \ - "Application;Development;Building;Java;" \ + "Development;Building;Java;" \ false do-install: diff --git a/devel/drpython/Makefile b/devel/drpython/Makefile index 52f9b6652aa1..514141ca790f 100644 --- a/devel/drpython/Makefile +++ b/devel/drpython/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: drpython -# Date created: 2005-07-22 -# Whom: vsevolod -# +# Created by: vsevolod # $FreeBSD$ -# PORTNAME= drpython PORTVERSION= 3.11.3 diff --git a/devel/qdevelop/Makefile b/devel/qdevelop/Makefile index ced7ad887644..7a26a104ab49 100644 --- a/devel/qdevelop/Makefile +++ b/devel/qdevelop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qdevelop -# Date created: 4 Jul 2007 -# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> -# +# Created by: Yinghong.Liu <liu_yinghong@yahoo.com.cn> # $FreeBSD$ -# PORTNAME= qdevelop PORTVERSION= 0.28 @@ -13,7 +9,7 @@ MASTER_SITES= http://biord-software.org/downloads/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= makc@FreeBSD.org -COMMENT= A development environment entirely dedicated to Qt4 +COMMENT= Development environment entirely dedicated to Qt4 RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags @@ -31,7 +27,7 @@ DESKTOP_ENTRIES= "QDevelop" \ "Qt4 development environment" \ "${PREFIX}/share/pixmaps/qdevelop.png" \ "qdevelop" \ - "Qt;KDE;Development;" \ + "Development;IDE;Qt;" \ "false" OPTIONS_DEFINE= TOOLS diff --git a/devel/qsvn/Makefile b/devel/qsvn/Makefile index dad13dec9662..7e16f29b7f55 100644 --- a/devel/qsvn/Makefile +++ b/devel/qsvn/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: qsvn -# Date created: 2007-11-17 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= qsvn DISTVERSION= 0.8.1 @@ -24,7 +19,8 @@ MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -DESKTOP_ENTRIES="QSvn" "SVN client" "qsvn.png" "qsvn" "" false +DESKTOP_ENTRIES="QSvn" "SVN client" "${PREFIX}/share/pixmaps/qsvn.png" \ + "qsvn" "Development;RevisionControl;Qt;" false SVNQT_INCLUDE_DIR= include/svnqt4 PLIST_SUB= SVNQT_INCLUDE_DIR="${SVNQT_INCLUDE_DIR}" diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index ae7242e4c6ae..d28f9ee42521 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.texmacs.org/TeXmacs/tmftp/source/ \ DISTNAME= TeXmacs-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org -COMMENT= A free WYSIWYG scientific text editor +COMMENT= WYSIWYG scientific text editor BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX-base LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile @@ -39,7 +39,7 @@ PDF_DESC= Experimental PDF renderer DESKTOP_ENTRIES= "TeXmacs" "${COMMENT}" \ "${DATADIR}/misc/pixmaps/TeXmacs.xpm" "texmacs" \ - "Application;Education;Science;" false + "Education;Science;" false .include <bsd.port.options.mk> diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index 5b5e898d8f0c..626db50ef5eb 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -45,10 +45,10 @@ MAKE_ARGS= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" \ CC="${CC}" CXX="${CXX}" LINK="${CXX}" MAKE_JOBS_UNSAFE=yes -DESKTOP_ENTRIES="QMC2 (MAME)" "MAME frontend" "${DATADIR}/img/mame.ico" \ - "${PORTNAME}-sdlmame" "Game;Emulator;" "true" \ - "QMC2 (MESS)" "MESS frontend" "${DATADIR}/img/mess.ico" \ - "${PORTNAME}-sdlmess" "Game;Emulator;" "true" +DESKTOP_ENTRIES="QMC2 (MAME)" "MAME frontend" "${DATADIR}/img/mame.png" \ + "${PORTNAME}-sdlmame" "Game;Emulator;Qt;" "true" \ + "QMC2 (MESS)" "MESS frontend" "${DATADIR}/img/mess.png" \ + "${PORTNAME}-sdlmess" "Game;Emulator;Qt;" "true" .include <bsd.port.options.mk> diff --git a/emulators/qtemu/Makefile b/emulators/qtemu/Makefile index 790a65f525f5..d8318563a976 100644 --- a/emulators/qtemu/Makefile +++ b/emulators/qtemu/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: qtemu -# Date created: 2007-03-20 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= qtemu PORTVERSION= 1.0.5 @@ -12,7 +7,7 @@ CATEGORIES= emulators MASTER_SITES= SF MAINTAINER= makc@FreeBSD.org -COMMENT= A Qt4 front-end to Qemu +COMMENT= Qt4-based frontend for QEMU USE_BZIP2= yes USE_QT4= gui xml uic_build moc_build qmake_build rcc_build @@ -25,8 +20,7 @@ DESKTOP_ENTRIES="QtEmu" "QEMU frontend" "" \ .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -#USE_QT4+= linguist -BUILD_DEPENDS+= ${LOCALBASE}/bin/lupdate-qt4:${PORTSDIR}/devel/qt4-linguist +USE_QT4+= linguist_build PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " @@ -34,14 +28,7 @@ PLIST_SUB+= NLS="@comment " do-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/lrelease-qt4 -verbose qtemu.pro \ - && ${SETENV} ${CONFIGURE_ENV} ${QMAKE}) - -post-configure: - @${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; \ - s|^CXX .*|CXX=${CXX}|; \ - s|^LINK .*|LINK=${CXX}|' \ - ${WRKSRC}/Makefile + && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qtemu ${PREFIX}/bin/qtemu diff --git a/games/alephone-data/Makefile b/games/alephone-data/Makefile index e8eba9191f10..d59f84153e77 100644 --- a/games/alephone-data/Makefile +++ b/games/alephone-data/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: alephone-data -# Date created: 08 March 2001 -# Whom: Michael Alyn Miller <malyn@strangeGizmo.com> -# +# Created by: Michael Alyn Miller <malyn@strangeGizmo.com> # $FreeBSD$ -# PORTNAME= data PORTVERSION= 1.0 diff --git a/games/alephone-scenarios/Makefile b/games/alephone-scenarios/Makefile index 2c48c3524f62..6afc452c5a7c 100644 --- a/games/alephone-scenarios/Makefile +++ b/games/alephone-scenarios/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: alephone-scenarios -# Date created: 2007-03-06 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= scenarios PORTVERSION= 1.0 diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index c172dc35d7b4..96e024872700 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Battle Tanks -# Date created: 24 Mar 2008 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= btanks PORTVERSION= 0.9.8083 @@ -39,7 +35,7 @@ PORTDOCS= LICENSE LICENSE.EXCEPTION README-en.txt README-linux.txt \ donate.url homepage.url project_page.url video.txt DESKTOP_ENTRIES="Battle Tanks" "${COMMENT}" "" "${PORTNAME}" \ - "Application;Game;" false + "Game;ArcadeGame;" false pre-build: # Regenerate `sl08.h' after we patch `sl08.py' (as patching the header itself 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) diff --git a/games/colorcode/Makefile b/games/colorcode/Makefile index bcd6688f792b..cbece1047dea 100644 --- a/games/colorcode/Makefile +++ b/games/colorcode/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: colorcode -# Date created: 2010-10-16 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= colorcode PORTVERSION= 0.7.2 @@ -13,15 +8,15 @@ MASTER_SITES= http://colorcode.laebisch.com/download/ DISTNAME= ColorCode-${PORTVERSION} MAINTAINER= makc@FreeBSD.org -COMMENT= A free advanced MasterMind game and solver +COMMENT= Advanced MasterMind game and solver USE_QT4= gui moc_build qmake_build rcc_build uic_build HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/ColorCode-${PORTVERSION} -DESKTOP_ENTRIES= "ColorCode" "Advanced MasterMind game and solver" \ +DESKTOP_ENTRIES= "ColorCode" "${COMMENT}" \ "${PREFIX}/share/pixmaps/colorcode.png" "colorcode" \ - "Application;LogicGame;Game;" false + "LogicGame;Game;Qt;" false PLIST_FILES= bin/colorcode \ share/pixmaps/colorcode.png diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile index 1a5b34a8e692..c978e464cffe 100644 --- a/games/darkplaces/Makefile +++ b/games/darkplaces/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: darkplaces -# Date created: 25 Aug 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# +# Created by: Alejandro Pulver <alejandro@varnet.biz> # $FreeBSD$ -# PORTNAME= darkplaces PORTVERSION= 20110628 @@ -54,7 +50,7 @@ EXE_TARGETS+= ${PORTNAME}-glx PLIST_SUB+= CLIENT="" PLIST_FILES+= bin/${PORTNAME}-glx DESKTOP_ENTRIES+="Darkplaces GLX Client" "" "" "darkplaces-glx" \ - "Game;ActionGame;" "false" + "" "false" .endif .if ${PORT_OPTIONS:MDEDICATED} @@ -69,7 +65,7 @@ ALL_TARGET+= sdl-release EXE_TARGETS+= ${PORTNAME}-sdl PLIST_FILES+= bin/${PORTNAME}-sdl DESKTOP_ENTRIES+="Darkplaces SDL Client" "" "" "darkplaces-sdl" \ - "Game;ActionGame;" "false" + "" "false" .endif post-extract: diff --git a/games/ftjava/Makefile b/games/ftjava/Makefile index 712da9ebfb01..e02b72b7fc94 100644 --- a/games/ftjava/Makefile +++ b/games/ftjava/Makefile @@ -37,7 +37,7 @@ SUB_FILES= ftjava.sh DESKTOP_ENTRIES= "FTJava" "A PBEM client for Full Thrust" \ "${DATADIR}/Images/FTJava.ico" \ - "ftjava" "Application;Game;BoardGame;StrategyGame;" \ + "ftjava" "Game;BoardGame;StrategyGame;" \ false do-install: diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile index 9618b9dbe587..9e01eb5ec847 100644 --- a/games/glaxium/Makefile +++ b/games/glaxium/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glaxium -# Date created: 21 Jan 2006 -# Whom: Igor Pokrovsky <ip@doom.homeunix.org> -# +# Created by: Igor Pokrovsky <ip@doom.homeunix.org> # $FreeBSD$ -# PORTNAME= glaxium PORTVERSION= 0.5 @@ -13,7 +9,7 @@ MASTER_SITES= http://xhosxe.free.fr/glaxium/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= makc@FreeBSD.org -COMMENT= An OpenGL based space-ship "shoot-em-up" game +COMMENT= OpenGL based space-ship "shoot-em-up" game LIB_DEPENDS= png15:${PORTSDIR}/graphics/png diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile index b1fa5fc6caed..397cb49a4698 100644 --- a/games/hex-a-hop/Makefile +++ b/games/hex-a-hop/Makefile @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= SF/${PORTNAME:S/-//g}/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A puzzle game based on hexagonal tiles +COMMENT= Puzzle game based on hexagonal tiles USE_SDL= sdl GNU_CONFIGURE= yes @@ -22,9 +22,9 @@ OPTIONS_DEFAULT= SOUND PANGO_DESC= Use sdl_pango instead of sdl_ttf SOUND_DESC= Sound support -DESKTOP_ENTRIES="Hex-a-Hop" "A puzzle game based on hexagonal tiles" \ +DESKTOP_ENTRIES="Hex-a-Hop" "${COMMENT}" \ "${DATADIR}/icon.bmp" \ - "hex-a-hop" "Application;LogicGame;Game;" false + "hex-a-hop" "LogicGame;Game;" false .include <bsd.port.options.mk> diff --git a/games/hexglass/Makefile b/games/hexglass/Makefile index 387781a3d9f5..ab7ef9bd2d80 100644 --- a/games/hexglass/Makefile +++ b/games/hexglass/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: hexglass -# Date created: 2010-12-17 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hexglass PORTVERSION= 1.2.1 @@ -23,7 +18,7 @@ PLIST_FILES= bin/${PORTNAME} \ DESKTOP_ENTRIES= "HexGlass" "${COMMENT}" \ "${PREFIX}/share/pixmaps/${PORTNAME}.xpm" \ - "${PORTNAME}" "Application;BlocksGame;Game;" false + "${PORTNAME}" "BlocksGame;Game;" false do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile index 213ebf25d06b..5720e154d9c1 100644 --- a/games/hexxagon/Makefile +++ b/games/hexxagon/Makefile @@ -1,9 +1,4 @@ -## New ports collection makefile for: hexxagon -# Date created: 08 April 2006 -# Whom: Max Brazhnikov makc@issp.ac.ru -# # $FreeBSD$ -# PORTNAME= hexxagon PORTVERSION= 1.0.1 @@ -12,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://www.nesqi.se/hexxagon/hexxagon/download/ MAINTAINER= makc@FreeBSD.org -COMMENT= A strategy hexagon game +COMMENT= Strategy hexagon game LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 @@ -21,6 +16,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \ - "hexxagon" "Application;Game;" false + "hexxagon" "Game;StrategyGame;" false .include <bsd.port.mk> diff --git a/games/linux-enemyterritory-tce/Makefile b/games/linux-enemyterritory-tce/Makefile index 53d29f042683..e32af0de0e0d 100644 --- a/games/linux-enemyterritory-tce/Makefile +++ b/games/linux-enemyterritory-tce/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Enemy Territory TrueCombat:Elite -# Date created: 25 Mar 2005 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTNAME= enemyterritory-tce PORTVERSION= 0.49 @@ -14,7 +10,7 @@ DISTNAME= tcetest DISTFILES= tcetest049.zip MAINTAINER= ports@FreeBSD.org -COMMENT= A modern tactical Enemy Territory modification +COMMENT= Modern tactical Enemy Territory modification RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index 057d3ce75cb4..ec8b1246d9eb 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -29,7 +29,7 @@ USE_XORG= ice sm x11 xau xdmcp xext xrender USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -DESKTOP_ENTRIES="Spellathon" "${COMMENT}" "" "${PORTNAME}" "" "true" +DESKTOP_ENTRIES="Spellathon" "${COMMENT}" "" "${PORTNAME}" "Education;Languages;" "true" post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/games/trigger/Makefile b/games/trigger/Makefile index 7baa75526478..3304bc208230 100644 --- a/games/trigger/Makefile +++ b/games/trigger/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trigger -# Date created: 31 Mar 2005 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= trigger PORTVERSION= 0.6.0 @@ -13,7 +9,7 @@ DISTFILES= trigger-rally-${PORTVERSION}-src${EXTRACT_SUFX} \ trigger-rally-${DATAVERSION}-data${EXTRACT_SUFX} MAINTAINER= makc@FreeBSD.org -COMMENT= A rally car racing game +COMMENT= Rally car racing game BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs @@ -31,7 +27,7 @@ DATASRC= ${WRKDIR}/trigger-rally-${DATAVERSION}-data DATAVERSION= 0.6.0 -DESKTOP_ENTRIES="Trigger" "Car racing game" "" \ +DESKTOP_ENTRIES="Trigger" "${COMMENT}" "" \ "trigger" "" false PORTDOCS= README-stereo.txt README.txt diff --git a/games/xpilot-ng-server/Makefile b/games/xpilot-ng-server/Makefile index 60c8cadc96c0..2cecb68d9f8e 100644 --- a/games/xpilot-ng-server/Makefile +++ b/games/xpilot-ng-server/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpilot-ng -# Date created: 11 Sep 2003 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= xpilot-ng PORTVERSION= 4.7.3 @@ -13,7 +9,7 @@ MASTER_SITES= SF/xpilot/xpilot_ng/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX?= -server MAINTAINER= ports@FreeBSD.org -COMMENT?= An enhanced version of XPilot (server program) +COMMENT?= Enhanced version of XPilot (server program) LICENSE= GPLv2 diff --git a/graphics/albumshaper/Makefile b/graphics/albumshaper/Makefile index 7c9c9a2ffc5c..eef1fd0c163f 100644 --- a/graphics/albumshaper/Makefile +++ b/graphics/albumshaper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: albumshaper -# Date created: 17 Jul 2007 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong.Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= albumshaper PORTVERSION= 2.1 @@ -13,7 +9,7 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A drag-n-drop hierarchal photo album creation +COMMENT= Drag-n-drop hierarchal photo album creation BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake @@ -33,10 +29,10 @@ MAKE_ENV+= QTDIR=${QT_PREFIX} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ DESKTOP_ENTRIES= "AlbumShaper" \ - "A drag-n-drop hierarchal photo album creation" \ + "Photo album creation" \ "${DATADIR}/images/miscImages/as32.png" \ "AlbumShaper" \ - "Qt;KDE;Graphics;" \ + "Qt;Graphics;" \ "false" .if !defined(WITHOUT_NLS) diff --git a/graphics/autoq3d/Makefile b/graphics/autoq3d/Makefile index 375b392e9196..1add3044f466 100644 --- a/graphics/autoq3d/Makefile +++ b/graphics/autoq3d/Makefile @@ -27,7 +27,7 @@ DESKTOP_ENTRIES="AutoQ3D" \ "${COMMENT}" \ "AutoQ3D" \ "AutoQ3D" \ - "Qt;KDE;Graphics;" \ + "Graphics;3DGraphics;Qt;" \ false .include <bsd.port.options.mk> diff --git a/graphics/darknock/Makefile b/graphics/darknock/Makefile index b31375d19c37..d2c3c66ebfeb 100644 --- a/graphics/darknock/Makefile +++ b/graphics/darknock/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: darknock -# Date created: 5 August 2007 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong.Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= darknock DISTVERSION= 0.3.0 PORTREVISION= 3 -CATEGORIES= graphics kde +CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A program that can detect edges in images +COMMENT= Program that can detect edges in images USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build gui WRKSRC= ${WRKDIR}/${PORTNAME} @@ -29,9 +25,9 @@ PLIST_SUB+= NLS="@comment " DESKTOP_ENTRIES= "${PORTNAME}" \ "${COMMENT}" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" \ - "${PORTNAME}" \ - "Qt;KDE;Graphics;" \ + "Graphics;Qt;" \ "false" post-patch: diff --git a/graphics/gsnapshot/Makefile b/graphics/gsnapshot/Makefile index 401d3eddb6d9..624b34314729 100644 --- a/graphics/gsnapshot/Makefile +++ b/graphics/gsnapshot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gsnapshot -# Date created: 23 July 2007 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong.Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= gsnapshot PORTVERSION= 1.1 @@ -12,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= SF/gould/${PORTNAME}/release%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A gtk+ based screen capture +COMMENT= GTK+ based screen capture USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool USE_GNOME= gtk20 libwnck libxml2 @@ -24,10 +20,10 @@ CFLAGS+= -fPIC -I${LOCALBASE}/include/libxml2 PORTDOCS= AUTHORS COPYING INSTALL README TODO DESKTOP_ENTRIES= "gsnapshot" \ - "A gtk+ based screen capture" \ + "Screen capture" \ "" \ "gsnapshot" \ - "Application;Graphics;" \ + "Graphics;GTK;" \ "false" pre-configure: 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> diff --git a/japanese/ochusha/Makefile b/japanese/ochusha/Makefile index 28fd40a3dc82..911c9324894f 100644 --- a/japanese/ochusha/Makefile +++ b/japanese/ochusha/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ochusha -# Date created: 15 April 2006 -# Whom: sgr -# +# Created by: sgr # $FreeBSD$ -# PORTNAME= ochusha PORTVERSION= 0.5.8.2 @@ -13,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ochusha/16560 MAINTAINER= ports@FreeBSD.org -COMMENT= A GUI BBS browser for 2ch.net +COMMENT= GUI BBS browser for 2ch.net MAN1= ochusha.1 MANCOMPRESSED= no @@ -25,9 +21,9 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_PKGCONFIG= yes -DESKTOP_ENTRIES="Ochusha" "A GUI BBS browser for 2ch.net" \ - "${LOCALBASE}/share/ochusha/ochusha32.xpm" \ - "ochusha" "Application;Network;" \ +DESKTOP_ENTRIES="Ochusha" "${COMMENT}" \ + "${PREFIX}/share/ochusha/ochusha32.xpm" \ + "ochusha" "Network;" \ false post-patch: diff --git a/math/convertall/Makefile b/math/convertall/Makefile index 173684497f2e..3531fb2f9f63 100644 --- a/math/convertall/Makefile +++ b/math/convertall/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/ConvertAll USE_PYTHON= 2.4+ -DESKTOP_ENTRIES="ConvertAll" "${COMMENT}" "${DATADIR}/icons/${PORTNAME}.svg" \ +DESKTOP_ENTRIES="ConvertAll" "Unit converter" "${DATADIR}/icons/${PORTNAME}.svg" \ "${PORTNAME}" "Utility;Calculator;" true .include <bsd.port.options.mk> diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 63628143b351..991d234160e6 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qtiplot -# Date created: 2005-05-09 -# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> -# +# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca> # $FreeBSD$ -# PORTNAME= qtiplot DISTVERSION= 0.9.8.9 @@ -12,7 +8,7 @@ CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@FreeBSD.org -COMMENT= An Origin clone for data analysis and scientific plotting +COMMENT= Data analysis and scientific plotting BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl \ diff --git a/misc/nut/Makefile b/misc/nut/Makefile index 50f4b0195674..dc81388a544f 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -40,7 +40,7 @@ USE_XORG+= x11 xau xdmcp xext xft xinerama xrender MAKE_ENV+= HAVE_FLTK=1 FLTK_NUT="fltk/Nut" PLIST_FILES+= bin/Nut DESKTOP_ENTRIES="Nut" "${COMMENT}" "" "Nut" \ - "Application;Science;Biology;MedicalSoftware;" "false" + "Science;Biology;MedicalSoftware;" "false" .else MAKE_ENV+= HAVE_FLTK=0 FLTK_NUT="" .endif diff --git a/multimedia/2mandvd/Makefile b/multimedia/2mandvd/Makefile index e16398550617..244456b6c408 100644 --- a/multimedia/2mandvd/Makefile +++ b/multimedia/2mandvd/Makefile @@ -33,8 +33,8 @@ MAKE_ENV= QTDIR=${QT_PREFIX} WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_JOBS_SAFE= yes -DESKTOP_ENTRIES="2ManDVD" "DVD Maker" "mandvdico.png" "2ManDVD" \ - "Application;AudioVideo;" false +DESKTOP_ENTRIES="2ManDVD" "DVD Maker" "${PREFIX}/share/pixmaps/mandvdico.png" \ + "2ManDVD" "AudioVideo;DiscBurning;Qt;" false post-patch: @${REINPLACE_CMD} -e 's|bash|sh|' ${WRKSRC}/mainfrm.cpp \ diff --git a/multimedia/gdvrecv/Makefile b/multimedia/gdvrecv/Makefile index a41977bc8a59..dc78532af35a 100644 --- a/multimedia/gdvrecv/Makefile +++ b/multimedia/gdvrecv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdvrecv -# Date created: 01 Nov 2004 -# Whom: Henri Michelon <hmichelon at e-cml.org> -# +# Created by: Henri Michelon <hmichelon at e-cml.org> # $FreeBSD$ -# PORTNAME= gdvrecv PORTVERSION= 1.2 @@ -22,7 +18,7 @@ DESKTOP_ENTRIES="Capture Video" \ "Capture from FireWire Camera" \ "${PREFIX}/share/pixmaps/gdvrecv/camcorder.png" \ "gdvrecv" \ - "Application;AudioVideo;" \ + "AudioVideo;Video;" \ true CONFLICTS= dvts-[0-9]* diff --git a/multimedia/mandvd/Makefile b/multimedia/mandvd/Makefile index c53afec84ce7..55c0222f904b 100644 --- a/multimedia/mandvd/Makefile +++ b/multimedia/mandvd/Makefile @@ -42,7 +42,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}-${DISTVERSION}src DESKTOP_ENTRIES= "ManDVD" "Create your DVD" \ "${PREFIX}/share/pixmaps/mandvdico.png" \ - "${PORTNAME}" "Application;AudioVideo;" false + "${PORTNAME}" "AudioVideo;DiscBurning;Qt;" false do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} diff --git a/multimedia/smile/Makefile b/multimedia/smile/Makefile index cee07f7ad085..81ac9bfdf836 100644 --- a/multimedia/smile/Makefile +++ b/multimedia/smile/Makefile @@ -8,7 +8,7 @@ CATEGORIES= multimedia kde MASTER_SITES= http://download.tuxfamily.org/smiletool/ MAINTAINER= ports@FreeBSD.org -COMMENT= Slideshow Maker in Linux Environment +COMMENT= Slideshow Maker RUN_DEPENDS= sox>=14.0:${PORTSDIR}/audio/sox \ mencoder:${PORTSDIR}/multimedia/mencoder \ @@ -22,8 +22,8 @@ MAKE_ENV= QTDIR=${QT_PREFIX} WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_JOBS_SAFE= yes -DESKTOP_ENTRIES="Smile" "${COMMENT}" "smile.png" "${PORTNAME}" \ - "Application;AudioVideo;" false +DESKTOP_ENTRIES="Smile" "${COMMENT}" "${PREFIX}/share/pixmaps/smile.png" \ + "${PORTNAME}" "AudioVideo;Qt;" false post-patch: @${REINPLACE_CMD} -e 's|bash|sh|' ${WRKSRC}/mainfrm.cpp \ diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile index f3f1f2d1a496..bdee5486f34c 100644 --- a/print/kpdftool/Makefile +++ b/print/kpdftool/Makefile @@ -19,7 +19,7 @@ USE_GHOSTSCRIPT_RUN= yes MAKE_JOBS_SAFE= yes DESKTOP_ENTRIES= "KPDFTool" "${COMMENT}" "kpdftool" \ - "kpdftool" "Application;Qt;Utility;" false + "kpdftool" "Qt;Utility;" false do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ diff --git a/sysutils/gtk-send-pr/Makefile b/sysutils/gtk-send-pr/Makefile index b93b03b1115a..d3823e8535b2 100644 --- a/sysutils/gtk-send-pr/Makefile +++ b/sysutils/gtk-send-pr/Makefile @@ -19,9 +19,9 @@ MAN1= gtk-send-pr.1 PLIST_FILES= bin/gtk-send-pr share/pixmaps/ladybird64.xpm DESKTOP_ENTRIES="Send Problem Report" \ "Send a FreeBSD PR" \ - "ladybird64.xpm" \ + "${PREFIX}/share/pixmaps/ladybird64.xpm" \ "gtk-send-pr" \ - "Application;System;" \ + "System;" \ true do-install: diff --git a/sysutils/nitrogen/Makefile b/sysutils/nitrogen/Makefile index 1302d5f72c3a..0cc686c38c18 100644 --- a/sysutils/nitrogen/Makefile +++ b/sysutils/nitrogen/Makefile @@ -48,7 +48,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= nitrogen.1 -DESKTOP_ENTRIES="Nitrogen" "${COMMENT}" "${PORTNAME}.png" "${PORTNAME}" \ +DESKTOP_ENTRIES="Nitrogen" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \ "Graphics;Viewer;" true .include <bsd.port.options.mk> diff --git a/textproc/beediff/Makefile b/textproc/beediff/Makefile index b6521d6b2726..e424766a3d85 100644 --- a/textproc/beediff/Makefile +++ b/textproc/beediff/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: beediff -# Date created: 2008-03-23 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= beediff PORTVERSION= 1.9 @@ -13,7 +8,7 @@ MASTER_SITES= http://www.beesoft.pl/download/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= makc@FreeBSD.org -COMMENT= QT4 based diff frontend +COMMENT= Qt4 based diff frontend USE_QT4= gui moc_build rcc_build qmake_build HAS_CONFIGURE= yes @@ -23,18 +18,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/beediff share/pixmaps/beediff.png -DESKTOP_ENTRIES="BeeDiff" "diff frontend" "beediff.png" \ +DESKTOP_ENTRIES="BeeDiff" "diff frontend" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "beediff" "" false do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} - -post-configure: - @${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; \ - s|^CXX .*|CXX=${CXX}|; \ - s|^LINK .*|LINK=${CXX}|' \ - ${WRKSRC}/Makefile + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/beediff ${PREFIX}/bin/ diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile index 4fe16cbecc0b..23cbad2e5d7d 100644 --- a/x11-wm/compiz/Makefile +++ b/x11-wm/compiz/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: compiz -# Date created: Dec 20 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= compiz PORTVERSION= 0.8.4 @@ -76,10 +71,10 @@ METACITY_DESC= Enable Metacity support SUB_FILES= compiz-manager DESKTOP_ENTRIES= "Compiz Manager" \ - "A wrapper script for starting compiz" \ + "Wrapper script for starting compiz" \ "" \ "compiz-manager" \ - "Application;Core;" \ + "System;Core;" \ false post-patch: |