aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libdssialsacompat/Makefile
blob: e78957f8cb5d811772260c0aba117ac48c5b02ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

USE_AUTOTOOLS=  libtool:15
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

post-patch:
    @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>