1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/x11-toolkits/py-tktreectrl/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

26 lines
733 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= tktreectrl
DISTVERSION= 2.0.2
CATEGORIES= x11-toolkits tk python
MASTER_SITES= SF/tkintertreectrl/TkinterTreectrl-${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TkinterTreectrl-${DISTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= TkTreectrl Python bindings
LICENSE= PD
# x11-toolkits/tktreectrl does not provide libtreectrl.so
LIB_DEPENDS= libtreectrl.so.1:x11-toolkits/tktreectrl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pmw>=0:x11-toolkits/py-Pmw@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR}
USES= python tk:run zip
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>