blob: 06663714872288af79b938a3efbe812f82d0311f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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/
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>
|