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