mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
ec270dcee1
Repocopy by: marcus
26 lines
588 B
Makefile
26 lines
588 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
|
|
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
|
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>
|