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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 4
|
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-02 11:32:42 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 700042
|
|
|
|
BROKEN= Does not compile with GCC 4.2
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|