summaryrefslogtreecommitdiff
path: root/audio/easytag-devel/Makefile
blob: c52f2b5c65ce8f539c1f9ba8ba8fc76326ac9650 (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
# ex:ts=8
# New ports collection makefile for:	easytag
# Date created:			May 17, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	easytag
PORTVERSION=	0.28.1
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	dominic.marks@btinternet.com
COMMENT=	Tag editor for MP3 and OGG files

LIB_DEPENDS=	id3-3.8.2:${PORTSDIR}/audio/id3lib \
		vorbis.2:${PORTSDIR}/audio/libvorbis \
		FLAC.5:${PORTSDIR}/audio/flac

MAN1=		easytag.1

USE_BZIP2=	yes
USE_GNOME=	gtk12
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CONFIG_SHELL="${SH}" \
		CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>