mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
9a42a18006
PR: 38628 Submitted by: Øyvind Kolbu <oyvind@kebab.gaffel.nu>
26 lines
487 B
Makefile
26 lines
487 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: libdvdcss
|
|
# Date created: Jul 6, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libdvdcss
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.videolan.org/pub/videolan/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/ioctl.c
|
|
|
|
.include <bsd.port.mk>
|