mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
f2dd42fd29
to configure.in instead of configure. Sort plist. Remove redundate GNU_CONFIGURE. Use LOCALBASE in CONFIGURE_ENV rather than PREFIX. PR: 22584 Submitted by: Espen Skoglund <esk@ira.uka.de>
31 lines
581 B
Makefile
31 lines
581 B
Makefile
# 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_LIBTOOL= yes
|
|
USE_AUTOMAKE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
post-extract:
|
|
.for i in zlib popt
|
|
${RM} -rf ${WRKSRC}/$i
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|