6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
28 lines
526 B
Makefile
28 lines
526 B
Makefile
# New ports collection makefile for: id3lib
|
|
# Date Created: 26 Oct 2000
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= id3lib
|
|
PORTVERSION= 3.8.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kaeru@inigo-tech.com
|
|
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_ICONV= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-extract:
|
|
@${RM} -rf ${WRKSRC}/zlib
|
|
|
|
.include <bsd.port.mk>
|