pkgsrc/audio/trm/Makefile
chris 152a1e272c Make trm compile again (probably broke when the c++ compiler changed)
Change the install permissions to be 755, not 655.

Rather than patching configure and Makefile, use automake & autoconf to
rebuild them.

Bump pkg revision to 4.
2007-07-01 11:59:01 +00:00

34 lines
890 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/07/01 11:59:01 chris Exp $
#
DISTNAME= trm-0.2.1
PKGREVISION= 4
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
MAINTAINER= chris@NetBSD.org
HOMEPAGE= http://www.musicbrainz.org/products/trmgen/download.html
COMMENT= Acoustic signature generator
CONFLICTS= tunepimp-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
AUTOMAKE_REQD= 1.6.3
USE_TOOLS+= automake aclocal autoheader autoconf
pre-configure:
set -e; cd ${WRKSRC}; \
aclocal; autoheader; automake -a --foreign -i; autoconf
.include "../../audio/id3lib/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/musicbrainz/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"