freebsd-ports/audio/libvorbis/Makefile
Maxim Sobolev b756473c76 - Add pre-generated aclocal.m4, because aclocal sucks if several versions of
m4 macros for the same software installed (for example sld.m4 & sdl11.m4);
- eliminate duplicate calls to automake and friends;
- remove redundant GNU_CONFIGURE;
- tweak CPPFLAGS instead of CFLAGS;
- fix pthread detection.
2000-11-29 10:08:19 +00:00

34 lines
782 B
Makefile

# New ports collection makefile for: libvorbis
# Date created: 18 October 2000
# Whom: t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#
PORTNAME= libvorbis
PORTVERSION= 20001018
CATEGORIES= audio
MASTER_SITES= http://home.student.utwente.nl/t.vanklaveren/distfiles/
DISTNAME= vorbis-${PORTVERSION}
MAINTAINER= t.vanklaveren@student.utwente.nl
LIB_DEPENDS= ogg.0:${PORTSDIR}/audio/libogg
WRKSRC= ${WRKDIR}/vorbis
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_AUTOMAKE= yes
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
AUTOMAKE_ARGS= --add-missing
AUTOCONF_ARGS= ; ${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
AUTOHEADER?= ${LOCALBASE}/bin/autoheader
pre-configre:
cd ${WRKSRC} && ${AUTOHEADER}
.include <bsd.port.mk>