freebsd-ports/multimedia/libdvdplay/Makefile

25 lines
620 B
Makefile
Raw Normal View History

# New ports collection makefile for: libdvdplay
# Date created: Sat Feb 8 00:47:21 UTC 2003
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdvdplay
2003-05-19 09:56:09 +02:00
PORTVERSION= 1.0.1
CATEGORIES= multimedia
2005-11-28 18:51:54 +01:00
MASTER_SITES= http://download.videolan.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
2003-02-23 20:58:35 +01:00
COMMENT= Portable abstraction library for DVD navigation
LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dvdread-tree=${LOCALBASE}/include
INSTALLS_SHLIB= yes
.include <bsd.port.mk>