aboutsummaryrefslogtreecommitdiff
path: root/audio/tagtool/Makefile
blob: 075bd66fc6d9f27989c015f042e916c0079e93e9 (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
# Created by: Anthony Ginepro <anthony.ginepro@laposte.net>
# $FreeBSD$
#    $MCom: ports/audio/tagtool/Makefile,v 1.1 2006/09/30 01:15:37 ahze Exp $
PORTNAME=	tagtool
PORTVERSION=	0.12.3
PORTREVISION=	12
CATEGORIES=	audio
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GNOME MP3/Ogg file tagger

LIB_DEPENDS=	id3-3.8:${PORTSDIR}/audio/id3lib \
		vorbis:${PORTSDIR}/audio/libvorbis

USE_BZIP2=	yes
USES=        pathfix
USE_GNOME=	intlhack libglade2
USE_GETTEXT=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes

CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}

post-patch:
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
		's|-Wno-pointer-sign||g'

.include <bsd.port.mk>