freebsd-ports/audio/libmusicbrainz5/Makefile
Doug Barton 25c732ec08 Use libtool appropriately
PR:		ports\22581
Submitted by:	Espen Skoglund, esk@ira.uka.de
Approved by:	maintainer
2000-11-05 00:53:34 +00:00

23 lines
449 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
USE_LIBTOOL= yes
post-extract:
${TOUCH} ${WRKSRC}/stamp-h.in
.include <bsd.port.mk>