freebsd-ports/audio/cantus/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

27 lines
586 B
Makefile

# New ports collection makefile for: cantus
# Date created: 22 May 2003
# Whom: old@old.com.ua
#
# $FreeBSD$
#
PORTNAME= cantus
PORTVERSION= 1.07
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://web222.mis02.de/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}/${DISTNAME:S/-1$//}
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>