Prune audio/clementine-player
[dports.git] / audio / gtkguitune / Makefile
1 # Created by: Eric Anholt <anholt@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gtkguitune
5 PORTVERSION=    0.8
6 DISTVERSIONPREFIX=      gtk2-
7 PORTREVISION=   5
8 CATEGORIES=     audio
9 MASTER_SITES=   GENTOO \
10                 http://www.oocities.org/harpin_floh/mysoft/
11
12 MAINTAINER=     ports@FreeBSD.org
13 COMMENT=        Guitar (and other instruments) tuner for GTK+2
14
15 LICENSE=        GPLv2+
16
17 WRKSRC=         ${WRKDIR}/${PORTNAME}
18
19 USES=           pkgconfig
20 USE_GNOME=      gtkmm24
21 GNU_CONFIGURE=  yes
22 INSTALLS_ICONS= yes
23
24 PLIST_FILES=    bin/${PORTNAME} \
25                 share/icons/hicolor/scalable/apps/guitune_logo.svg
26
27 DESKTOP_ENTRIES="GtkGuitune" "" "guitune_logo" "${PORTNAME}" "" ""
28
29 post-patch:
30         @${REINPLACE_CMD} -e \
31                 's|VERSION=0.7|VERSION=${PORTVERSION}|g' ${WRKSRC}/configure
32 .for i in guitune.cc main.cc
33         @${REINPLACE_CMD} -e \
34                 's|<linux/soundcard.h>|<sys/soundcard.h>|' ${WRKSRC}/${i}
35 .endfor
36
37 .include <bsd.port.mk>