aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libdvdcss/Makefile
blob: df75b1efd7ab121ad5c6b201b8317050f2423b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ex:ts=8
# New ports collection makefile for:    libdvdcss
# Date created:     Jul 6, 2001
# Whom:         ijliao
#
# $FreeBSD$
#

PORTNAME=   libdvdcss
PORTVERSION=    0.0.3
CATEGORIES= graphics
MASTER_SITES=   http://www.videolan.org/pub/videolan/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    gnugetopt:${PORTSDIR}/devel/libgnugetopt

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE=  yes
INSTALLS_SHLIB= yes

.include <bsd.port.mk>