aboutsummaryrefslogtreecommitdiff
path: root/audio/libid3tag/Makefile
blob: e13ca74c04cb16385b873ed135ebdabb94011571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:  libid3tag
# Date created:        26 November 2003
# Whom:			Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#

PORTNAME=	libid3tag
PORTVERSION=	0.15.0b
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		ftp://ftp.mars.org/pub/mpeg/
MASTER_SITE_SUBDIR=	mad

MAINTAINER=	asa@gascom.ru
COMMENT=	ID3 tags library (part of MAD project)

USE_LIBTOOL_VER=	13
INSTALLS_SHLIB=	yes

.include <bsd.port.mk>