1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/libdvdcss/Makefile
Ying-Chieh Liao f5c1994655 upgrade to 0.0.2
drop maintainership
2001-07-29 08:24:41 +00:00

26 lines
543 B
Makefile

# ex:ts=8
# New ports collection makefile for: libdvdcss
# Date created: Jul 6, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libdvdcss
PORTVERSION= 0.0.2
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>