mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -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-
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue