blob: 745b400292e12bb592ec651e4a60a0c163ab5535 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# ex:ts=8
# Ports collection makefile for: libdvbpsi
# Date created: Aug 8, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libdvbpsi
PORTVERSION= 0.1.2
CATEGORIES= multimedia
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>
|