freebsd-ports/audio/libaudiofile/Makefile

32 lines
839 B
Makefile
Raw Normal View History

# New ports collection makefile for: libaudiofile
# Date created: 22 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
1999-08-25 06:36:31 +02:00
# $FreeBSD$
#
PORTNAME= libaudiofile
2002-02-20 19:34:30 +01:00
PORTVERSION= 0.2.3
CATEGORIES= audio
MASTER_SITES= ftp://oss.sgi.com/projects/audiofile/download/ \
2001-07-20 14:45:37 +02:00
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/audiofile/0.2
DISTNAME= audiofile-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A sound library for SGI audio file
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
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'
.include <bsd.port.mk>