1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/palm/py-synce-librapi2/Makefile
Alexander Logvinov b8fff038a4 - Fix build with custom PREFIX
PR:		ports/139329
Submitted by:	myself
Approved by:	maintainer
2009-10-12 03:16:12 +00:00

35 lines
799 B
Makefile

# New ports collection makefile for: py-synce-librapi2
# Date created: 19 June 2008
# Whom: Ilya Bakulin <webmaster@kibab.com>
#
# $FreeBSD$
CATEGORIES= palm python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce-
MAINTAINER= webmaster@kibab.com
COMMENT= Python bindings for libRAPI2
LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
MASTERDIR= ${.CURDIR}/../synce-librapi2
USE_PYTHON= yes
PLIST= ${.CURDIR}/pkg-plist
RAPI_SLAVE= pythonb
pre-patch:
@${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librapi.la|${LOCALBASE}/lib/librapi.la|g' \
${WRKSRC}/python/Makefile.in
do-build:
@(cd ${WRKSRC}/python && ${MAKE})
do-install:
@(cd ${WRKSRC}/python && ${MAKE} install)
.include "${MASTERDIR}/Makefile"