aboutsummaryrefslogtreecommitdiff
path: root/audio/gtkguitune/Makefile
blob: 095223e1731ba51214ecca9fc3bac981d694e362 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
PORTNAME=	gtkguitune
PORTVERSION=	0.8
DISTVERSIONPREFIX=	gtk2-
PORTREVISION=	13
CATEGORIES=	audio
MASTER_SITES=	GENTOO \
		http://www.oocities.org/harpin_floh/mysoft/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Guitar (and other instruments) tuner for GTK+2
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

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
.for i in guitune.cc main.cc
	@${REINPLACE_CMD} -e \
		's|<linux/soundcard.h>|<sys/soundcard.h>|' ${WRKSRC}/${i}
.endfor

.include <bsd.port.mk>