and consumers of lang/python31 or lower to use Python 2.X This is in preparation of removing lang/python31 which expired on 2014-06-01 While here apply some fixes for textproc/codespell: - USE_XZ -> USES=tar:xz - remove unneeded USE_PYTHON_RUN line Approved by: python (mva)
31 lines
785 B
Makefile
31 lines
785 B
Makefile
# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dvdvideo
|
|
PORTVERSION= 20130117
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils multimedia
|
|
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
|
|
LOCAL/martymac
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
|
COMMENT= Video DVD backup tool
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_PYTHON= 3
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_EGGINFO= python_dvdvideo-0.${PORTVERSION}-py${PYTHON_VER}.egg-info
|
|
|
|
PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX}
|
|
|
|
OPTIONS_DEFINE= DVDCSS
|
|
.if !defined(PACKAGE_BUILDING)
|
|
OPTIONS_DEFAULT= DVDCSS
|
|
.endif
|
|
# DVDCSS version hardcoded in dvdvideo/libdvdcss.py
|
|
DVDCSS_LIB_DEPENDS= libdvdcss.so.2:${PORTSDIR}/multimedia/libdvdcss
|
|
|
|
.include <bsd.port.mk>
|