freebsd-ports/audio/libdssialsacompat/Makefile
Pav Lucistnik 90b4611011 libdssialsacompat is simply an extraction from and repackaging of
the code from alsa-lib 1.0.8, necessary to support DSSI on non-ALSA
systems.

  WWW: http://home.jps.net/~musound/

More information on DSSI can be found at:

  WWW: http://dssi.sourceforge.net/

PR:		ports/100498
Submitted by:	rlazio <mahonmesr@googlemail.com>
2006-09-01 17:52:51 +00:00

22 lines
502 B
Makefile

# New ports collection makefile for: libdssialsacompat
# Date created: 14 July 2006
# Whom: mahonmesr@googlemail.com
#
# $FreeBSD$
#
PORTNAME= libdssialsacompat
PORTVERSION= 1.0.8a
CATEGORIES= audio
MASTER_SITES= http://home.jps.net/~musound/
MAINTAINER= mahonmesr@googlemail.com
COMMENT= Alsa compatibility library to build DSSI
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>