freebsd-ports/audio/libao/Makefile
Trevor Johnson 831d00c5d4 Add new port of libao, a portable sound library used by some vorbis
tools.

PR:		22094
Submitted by:	Theo van Klaveren <t.vanklaveren@student.utwente.nl>
2000-11-02 21:09:57 +00:00

31 lines
659 B
Makefile

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