freebsd-ports/graphics/py-sane/Makefile
Pawel Pekala 746d51c0d4 Add py-sane 2.0, the Python binding for Sane.
PR:		ports/159544
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
Approved by:	miwi, wen (mentors implicit)
2011-09-30 20:36:56 +00:00

31 lines
768 B
Makefile

# New ports collection makefile for: py-sane
# Date created: 5 August 2011
# Whom: buganini@gmail.com
#
# $FreeBSD$
#
PORTNAME= sane
PORTVERSION= 2.0
CATEGORIES= graphics python
MASTER_SITES= http://effbot.org/media/downloads/ \
http://www.pythonware.net/storage/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Imaging-1.1.7
MAINTAINER= buganini@gmail.com
COMMENT= The Python binding for Sane
LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.7:${PORTSDIR}/graphics/py-imaging
DIST_SUBDIR= python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/Sane
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py
.include <bsd.port.mk>