1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/libogg/Makefile
Maxim Sobolev 1082504046 - 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);
- use AUTOMAKE_ARGS.
2000-11-29 09:52:36 +00:00

29 lines
578 B
Makefile

# New ports collection makefile for: libogg
# Date created: 18 October 2000
# Whom: t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#
PORTNAME= libogg
PORTVERSION= 20001018
CATEGORIES= audio
MASTER_SITES= http://home.student.utwente.nl/t.vanklaveren/distfiles/
DISTNAME= ogg-${PORTVERSION}
MAINTAINER= t.vanklaveren@student.utwente.nl
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_AUTOMAKE= yes
AUTOMAKE_ARGS= --add-missing
WRKSRC= ${WRKDIR}/ogg
AUTOHEADER?= ${LOCALBASE}/bin/autoheader
pre-configure:
cd ${WRKSRC} && ${AUTOHEADER}
.include <bsd.port.mk>