freebsd-ports/audio/easytag/Makefile
Pete Fritchman 05f470065c Update to 0.31.
Submitted by:	maintainer
2004-06-23 13:51:20 +00:00

32 lines
685 B
Makefile

# ex:ts=8
# New ports collection makefile for: easytag
# Date created: May 17, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= easytag
PORTVERSION= 0.31
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= easytag-${PORTVERSION:S/d$//}
MAINTAINER= roddie@krweb.net
COMMENT= Tag editor for MP3 and OGG files
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
vorbis.3:${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>