freebsd-ports/print/py-cups/Makefile
Sunpoet Po-Chuan Hsieh d66fcceab8 - Use USES=localbase
2015-10-19 20:20:52 +00:00

37 lines
983 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= cups
PORTVERSION= 1.9.72
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CUPS bindings for Python
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
USE_PYTHON= autoplist concurrent distutils
USES= iconv localbase python tar:bzip2
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|^\(VERSION=\).*$$|\1${PORTVERSION}|' ${WRKSRC}/Makefile
.if empty(ICONV_LIB)
@${REINPLACE_CMD} -e 's| or sys.platform.startswith("freebsd"):|:|' ${WRKSRC}/setup.py
.endif
pre-configure:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/cupsconnection.c
@${REINPLACE_CMD} -e 's|#ifdef __SVR4|#ifdef __FreeBSD__|' ${WRKSRC}/cupsppd.c
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cups.so
.include <bsd.port.post.mk>