aboutsummaryrefslogtreecommitdiff
path: root/print/py-cups/Makefile
blob: cb17e3f5a6009618a2d3be908728494916ae4385 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	py-cups
# Date created:		2008-03-20
# Whom:			Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/print/py-cups/Makefile,v 1.1 2008/03/20 13:55:32 ahze Exp $

PORTNAME=	cups
PORTVERSION=	1.9.46
CATEGORIES=	print python
MASTER_SITES=	http://cyberelk.net/tim/data/pycups/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	py${PORTNAME}-${PORTVERSION}

MAINTAINER=	ahze@FreeBSD.org
COMMENT=	CUPS bindings for Python

LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-client

USE_PYTHON=	yes
USE_ICONV=	yes
USE_BZIP2=	yes
USE_PYDISTUTILS=	yes
CFLAGS+=	-I${LOCALBASE}/include -DVERSION=\\\"${PORTVERSION}\\\"
LDFLAGS+=	-L${LOCALBASE}/lib -liconv
MAKE_ENV=	LDFLAGS="${LDFLAGS}"
PYDISTUTILS_EGGINFO=${PORTNAME}-1.0-py${PYTHON_VER}.egg-info
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/cups.so

pre-configure:
	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
		${WRKSRC}/cupsconnection.c

.include <bsd.port.mk>