aboutsummaryrefslogtreecommitdiff
path: root/graphics/libdvbpsi/Makefile
blob: 823fb08308aeae273e64bc57c48df07fceb4f178 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ex:ts=8
# Ports collection makefile for:	libdvbpsi
# Date created:			Aug 8, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	libdvbpsi
PORTVERSION=	0.1.2
PORTREVISION=	0
CATEGORIES=	graphics
MASTER_SITES=	http://www.videolan.org/pub/videolan/libdvbpsi/${PORTVERSION}/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A library for MPEG TS and DVB PSI tables decoding and generation

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-release
INSTALLS_SHLIB=	yes

.include <bsd.port.mk>