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

PORTNAME=   easytag
PORTVERSION=    1.1
PORTREVISION=   5
CATEGORIES= audio
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= wxs@atarininja.org
COMMENT=    Tag editor for MP3 and OGG files

LIB_DEPENDS=    id3-3.8.3:${PORTSDIR}/audio/id3lib \
        vorbis.4:${PORTSDIR}/audio/libvorbis \
        FLAC.7:${PORTSDIR}/audio/flac

MAN1=       easytag.1
CONFLICTS=  easytag-devel-[0-9]*

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

.include <bsd.port.mk>