aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libmusicbrainz3/Makefile
blob: 7a44c311f3cbd18a0ed63073f89e9dcd31fa1555 (plain) (blame)
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.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>