freebsd-ports/graphics/libdvbpsi/Makefile
Ying-Chieh Liao 2f067411f0 add libdvbpsi 0.1.1
A library for MPEG TS and DVB PSI tables decoding and generation
2002-08-08 05:32:14 +00:00

20 lines
381 B
Makefile

# ex:ts=8
# Ports collection makefile for: libdvbpsi
# Date created: Aug 8, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libdvbpsi
PORTVERSION= 0.1.1
CATEGORIES= graphics
MASTER_SITES= http://www.videolan.org/pub/videolan/libdvbpsi/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-release
INSTALLS_SHLIB= yes
.include <bsd.port.mk>