2003-06-05 00:08:13 +02:00
|
|
|
# New ports collection makefile for: cantus
|
|
|
|
# Date created: 22 May 2003
|
|
|
|
# Whom: old@old.com.ua
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cantus
|
2003-06-24 14:12:13 +02:00
|
|
|
PORTVERSION= 1.07
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2003-06-05 00:08:13 +02:00
|
|
|
CATEGORIES= audio
|
2003-08-01 11:14:08 +02:00
|
|
|
MASTER_SITES= http://sam.homeunix.com/software.manicsadness.com-step4/releases/cantus/
|
2003-06-05 00:08:13 +02:00
|
|
|
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
|
2003-06-24 14:12:13 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/-1$//}
|
2003-06-05 00:08:13 +02:00
|
|
|
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|