freebsd-ports/devel/nxt-python/Makefile
Pawel Pekala 89250cab7f Make RUN_DEPENDS path independent
Suggested by:	jgh
2012-12-27 23:37:53 +00:00

20 lines
445 B
Makefile

# Created by: Quentin Stievenart <acieroid@awesom.eu>
# $FreeBSD$
PORTNAME= nxt-python
PORTVERSION= 2.2.2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= acieroid@awesom.eu
COMMENT= Python interface for the Lego Mindstorms NXT robot
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:${PORTSDIR}/devel/py-usb
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= ${PORTNAME}
.include <bsd.port.mk>