1998-12-23 20:08:50 +01:00
|
|
|
# New ports collection makefile for: libaudiofile
|
|
|
|
# Date created: 22 Dec 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-12-23 20:08:50 +01:00
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1998-12-23 20:08:50 +01:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= libaudiofile
|
2002-02-20 19:34:30 +01:00
|
|
|
PORTVERSION= 0.2.3
|
1998-12-23 20:08:50 +01:00
|
|
|
CATEGORIES= audio
|
2002-12-26 13:09:00 +01:00
|
|
|
MASTER_SITES= ftp://oss.sgi.com/projects/audiofile/download/ \
|
2001-07-20 14:45:37 +02:00
|
|
|
${MASTER_SITE_GNOME}
|
2002-12-26 13:09:00 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/audiofile/0.2
|
2000-04-08 23:25:03 +02:00
|
|
|
DISTNAME= audiofile-${PORTVERSION}
|
1998-12-23 20:08:50 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A sound library for SGI audio file
|
1998-12-23 20:08:50 +01:00
|
|
|
|
2002-02-20 19:34:30 +01:00
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
|
|
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
|
|
|
2002-07-11 17:31:46 +02:00
|
|
|
USE_REINPLACE= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-02-20 19:34:30 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
|
|
|
|
|
|
|
pre-patch:
|
2002-07-11 17:31:46 +02:00
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \
|
|
|
|
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
|
1998-12-23 20:08:50 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|