c7b8a15f5b
Maintainer request to remove those ports, they will be removed along with other non staged, but in the mean time gives new volunteers a chance to save those With hat: portmgr
32 lines
695 B
Makefile
32 lines
695 B
Makefile
# Created by: Ilya Bakulin <webmaster@kibab.com>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= palm python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python bindings for libRAPI2
|
|
|
|
LIB_DEPENDS= librapi.so:${PORTSDIR}/palm/synce-librapi2
|
|
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
|
|
|
|
MASTERDIR= ${.CURDIR}/../synce-librapi2
|
|
|
|
USE_PYTHON= yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
RAPI_SLAVE= pythonb
|
|
|
|
NO_STAGE= yes
|
|
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"
|