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
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 8
|
2003-06-05 00:08:13 +02:00
|
|
|
CATEGORIES= audio
|
2006-10-20 11:01:32 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR= distfiles
|
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
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_GNOME= gnomelibs gnomehack gnomehier
|
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"
|
|
|
|
|
2007-10-04 08:44:03 +02:00
|
|
|
.include <bsd.port.mk>
|