diff --git a/audio/gtkguitune/Makefile b/audio/gtkguitune/Makefile index 121ab9670654..a800ddea048b 100644 --- a/audio/gtkguitune/Makefile +++ b/audio/gtkguitune/Makefile @@ -3,8 +3,7 @@ PORTVERSION= 0.8 DISTVERSIONPREFIX= gtk2- PORTREVISION= 13 CATEGORIES= audio -MASTER_SITES= GENTOO \ - http://www.oocities.org/harpin_floh/mysoft/ +MASTER_SITES= http://www.oocities.org/harpin_floh/mysoft/ MAINTAINER= ports@FreeBSD.org COMMENT= Guitar (and other instruments) tuner for GTK 2 @@ -12,18 +11,19 @@ WWW= http://www.oocities.com/harpin_floh/kguitune_page.html LICENSE= GPLv2+ -WRKSRC= ${WRKDIR}/${PORTNAME} - USES= compiler:c++11-lang gnome pkgconfig USE_CXXSTD= c++11 USE_GNOME= gtkmm24 + GNU_CONFIGURE= yes +DESKTOP_ENTRIES="GtkGuitune" "" "guitune_logo" "${PORTNAME}" "" "" + +WRKSRC= ${WRKDIR}/${PORTNAME} + PLIST_FILES= bin/${PORTNAME} \ share/icons/hicolor/scalable/apps/guitune_logo.svg -DESKTOP_ENTRIES="GtkGuitune" "" "guitune_logo" "${PORTNAME}" "" "" - post-patch: @${REINPLACE_CMD} -e \ 's|VERSION=0.7|VERSION=${PORTVERSION}|g' ${WRKSRC}/configure