freebsd-ports/audio/cantus/Makefile
Adam Weinberger 0110b58246 Add Cantus, an mp3/ogg tagger.
Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files.
It has many features including mass tagging and renaming of MP3s, the ability to
generate a tag out of the filename, filter definitions for renaming, recursive
actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags,
and a lot more.

PR:		ports/52607
Submitted by:	Dmitry Dyomin <old@old.com.ua>
2003-06-04 22:08:13 +00:00

25 lines
595 B
Makefile

# New ports collection makefile for: cantus
# Date created: 22 May 2003
# Whom: old@old.com.ua
#
# $FreeBSD$
#
PORTNAME= cantus
PORTVERSION= 1.05
CATEGORIES= audio
MASTER_SITES= http://sam.homeunix.com/software.manicsadness.com-step3/releases/cantus/
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= old@old.com.ua
COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomelibs gnomehack
WRKSRC= ${WRKDIR}/cantus-1.05
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>