2003-02-08 02:12:08 +01:00
|
|
|
# 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
|
2007-04-05 08:03:23 +02:00
|
|
|
PORTREVISION= 2
|
2003-02-08 02:12:08 +01:00
|
|
|
CATEGORIES= multimedia
|
2005-11-28 18:51:54 +01:00
|
|
|
MASTER_SITES= http://download.videolan.org/pub/%SUBDIR%/
|
2003-02-08 02:12:08 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
|
|
|
|
2007-04-01 09:50:30 +02:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2003-02-23 20:58:35 +01:00
|
|
|
COMMENT= Portable abstraction library for DVD navigation
|
2003-02-08 02:12:08 +01:00
|
|
|
|
2007-04-05 08:03:23 +02:00
|
|
|
LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread
|
2003-02-08 02:12:08 +01:00
|
|
|
|
2007-03-22 16:50:26 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-02-08 02:12:08 +01:00
|
|
|
USE_BZIP2= yes
|
2007-03-22 16:50:26 +01:00
|
|
|
USE_LDCONFIG= yes
|
2003-02-08 02:12:08 +01:00
|
|
|
CONFIGURE_ARGS= --with-dvdread-tree=${LOCALBASE}/include
|
2007-03-22 16:50:26 +01:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
2003-02-08 02:12:08 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|