Update audio/qjackctl to version 0.6.2
[dports.git] / audio / musicbox-tag-editor / Makefile
1 # Created by: Jean-Yves Lefort <jylefort@brutele.be>
2 # $FreeBSD$
3 #   $MCom: ports/audio/musicbox-tag-editor/Makefile,v 1.5 2007/09/10 05:13:24 mezz Exp $
4
5 PORTNAME=       musicbox-tag-editor
6 PORTVERSION=    0.2.3
7 PORTREVISION=   17
8 CATEGORIES=     audio
9 MASTER_SITES=   SF/musicbox/musicbox/${PORTVERSION}
10 DISTNAME=       musicbox-${PORTVERSION}
11
12 MAINTAINER=     ports@FreeBSD.org
13 COMMENT=        Simple GTK+ audio tag editor
14
15 LIB_DEPENDS=    libtag.so:audio/taglib
16
17 USES=           gnome pathfix pkgconfig shebangfix
18 USE_GNOME=      gnomeprefix libglade2
19 GNU_CONFIGURE=  yes
20 CPPFLAGS+=      -I${LOCALBASE}/include
21 LDFLAGS+=       -L${LOCALBASE}/lib
22 # avoid conflict with audio/musicbox
23 CONFIGURE_ARGS= --program-suffix=-tag-editor
24 SHEBANG_FILES=  data/edit.pl
25
26 post-patch:
27         @${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/pixmaps|' \
28                 ${WRKSRC}/data/musicbox.glade
29         @${REINPLACE_CMD} -e 's|Exec=musicbox|Exec=musicbox-tag-editor|' \
30                 ${WRKSRC}/data/musicbox.desktop
31
32 .include <bsd.port.mk>