1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/multimedia/libdca/Makefile
Dmitry Marakasov 25ef0f6dbc - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-24 11:10:09 +00:00

19 lines
429 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdca
PORTVERSION= 0.0.5
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free DTS Coherent Acoustics decoder
USES= libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>