freebsd-ports/japanese/py-tegaki-gtk/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

24 lines
597 B
Makefile

# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= tegaki
PORTVERSION= 0.3.1
CATEGORIES= japanese python
MASTER_SITES= http://www.tegaki.org/releases/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -gtk
DISTNAME= ${PORTNAME}-pygtk-${PORTVERSION}
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Tegaki PyGTK interface
LICENSE= GPLv2
LIB_DEPENDS= libzinnia.so:japanese/zinnia
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegaki/engine.py:japanese/py-tegaki@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= ${PORTNAME}_pygtk
.include <bsd.port.mk>