summaryrefslogtreecommitdiffstats
path: root/audio/id3lib/Makefile
blob: 2b1e1dbb34a01c9d8f0ef3c71cacb2e5d34ac04b (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
25
26
27
28
29
30
31
# New ports collection makefile for:	id3lib
# Date Created:				26 Oct 2000
# Whom:					Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=	id3lib
PORTVERSION=	3.7.13
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	roman@xpert.com

LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt

INSTALLS_SHLIB=	yes
USE_NEWGCC=	yes
USE_LIBTOOL=	yes
USE_AUTOMAKE=	yes
USE_GMAKE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

post-extract:
.for i in zlib popt
	${RM} -rf ${WRKSRC}/$i
.endfor

.include <bsd.port.mk>
OpenPOWER on IntegriCloud