freebsd-ports/audio/musicbrainz/Makefile
Doug Barton 33fe089928 * Bump port version
* Improve RELENG_3 support via use of USE_NEWGCC

PR:		ports/22609
Submitted by:	Roman Shterenzon, roman@xpert.com (maintainer)
2000-11-05 18:19:24 +00:00

24 lines
465 B
Makefile

# New ports collection makefile for: musicbrainz
# Date Created: 26 Oct 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= musicbrainz
PORTVERSION= 1.0.0.pre5
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
DISTNAME= ${PORTNAME}-1.0.0pre5
MAINTAINER= roman@xpert.com
USE_NEWGCC= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
post-extract:
${TOUCH} ${WRKSRC}/stamp-h.in
.include <bsd.port.mk>