mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
audio/gtkguitune: Refactor
- Remove GENTOO MASTER_SITES as it no longer provides flat layout - Pet portclippy
This commit is contained in:
parent
254a1de8c4
commit
f14b2b57b7
1 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,7 @@ PORTVERSION= 0.8
|
||||||
DISTVERSIONPREFIX= gtk2-
|
DISTVERSIONPREFIX= gtk2-
|
||||||
PORTREVISION= 13
|
PORTREVISION= 13
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= GENTOO \
|
MASTER_SITES= http://www.oocities.org/harpin_floh/mysoft/
|
||||||
http://www.oocities.org/harpin_floh/mysoft/
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Guitar (and other instruments) tuner for GTK 2
|
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+
|
LICENSE= GPLv2+
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
||||||
|
|
||||||
USES= compiler:c++11-lang gnome pkgconfig
|
USES= compiler:c++11-lang gnome pkgconfig
|
||||||
USE_CXXSTD= c++11
|
USE_CXXSTD= c++11
|
||||||
USE_GNOME= gtkmm24
|
USE_GNOME= gtkmm24
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
DESKTOP_ENTRIES="GtkGuitune" "" "guitune_logo" "${PORTNAME}" "" ""
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME} \
|
PLIST_FILES= bin/${PORTNAME} \
|
||||||
share/icons/hicolor/scalable/apps/guitune_logo.svg
|
share/icons/hicolor/scalable/apps/guitune_logo.svg
|
||||||
|
|
||||||
DESKTOP_ENTRIES="GtkGuitune" "" "guitune_logo" "${PORTNAME}" "" ""
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
's|VERSION=0.7|VERSION=${PORTVERSION}|g' ${WRKSRC}/configure
|
's|VERSION=0.7|VERSION=${PORTVERSION}|g' ${WRKSRC}/configure
|
||||||
|
|
Loading…
Add table
Reference in a new issue