1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/audio/libdssialsacompat/Makefile
Pav Lucistnik 994f70c252 - Update download location, update WWW
Reported by:	-fetch-original pointyhat run
2009-01-30 20:25:29 +00:00

24 lines
529 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://www.smbolton.com/linux/
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>