mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
ea16d28b49
- Adjust plist of ports depending on it PR: 212869
30 lines
667 B
Makefile
30 lines
667 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdvdcss
|
|
PORTVERSION= 1.3.99
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.videolan.org/pub/${PORTNAME}/${PORTVERSION}/
|
|
|
|
MAINTAINER= jpaetzel@FreeBSD.org
|
|
COMMENT= Portable abstraction library for DVD decryption
|
|
|
|
RESTRICTED= CSS code may violate the DMCA
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= gmake libtool pathfix tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOXYGEN DOCS
|
|
|
|
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
|
|
|
post-install-DOXYGEN-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${INSTALL_WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|