1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/audio/cantus/Makefile
Beech Rintoul 4c6beb9718 - Fix build with gcc-4.2
Approved by:	Dmytro Dyomin <old@old.com.ua> (maintainer),
		portmgr (linimon)
2007-10-04 06:44:03 +00:00

28 lines
608 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= 4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
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 gnomehier
WRKSRC= ${WRKDIR}/${DISTNAME:S/-1$//}
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>