summaryrefslogtreecommitdiff
path: root/audio/cantus/Makefile
blob: 7c1ba3a57d80c218764b4f9ff73dd74049490b29 (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
# 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>