mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ebc76b1c98
people to fetch musicbrainz.
25 lines
487 B
Makefile
25 lines
487 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.pre4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
|
|
DISTNAME= ${PORTNAME}-1.0.0pre4
|
|
|
|
MAINTAINER= roman@xpert.com
|
|
|
|
INSTALLS_SHLIB= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
post-extract:
|
|
${TOUCH} ${WRKSRC}/stamp-h.in
|
|
|
|
.include <bsd.port.mk>
|