110f3583b6
Exp-run by: bdrewery
18 lines
358 B
Makefile
18 lines
358 B
Makefile
# Created by: mahonmesr@googlemail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdssialsacompat
|
|
PORTVERSION= 1.0.8a
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://smbolton.com/linux/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Alsa compatibility library to build DSSI
|
|
|
|
FETCH_ARGS?= -Fpr
|
|
USES= pathfix
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|