mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
33fe089928
* Improve RELENG_3 support via use of USE_NEWGCC PR: ports/22609 Submitted by: Roman Shterenzon, roman@xpert.com (maintainer)
25 lines
465 B
Makefile
25 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>
|