20 lines
381 B
Makefile
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>
|