1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/multimedia/libdca/Makefile
2011-11-09 15:26:04 +00:00

25 lines
549 B
Makefile

# New ports collection makefile for: libdts
# Date created: 12th May 2004
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdca
PORTVERSION= 0.0.5
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/
MAINTAINER= pav@FreeBSD.org
COMMENT= Free DTS Coherent Acoustics decoder
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= pkgconfig gnomehack
USE_LDCONFIG= yes
MAN1= dcadec.1 extract_dca.1
MLINKS= dcadec.1 dtsdec.1 extract_dca.1 extract_dts.1
.include <bsd.port.mk>