freebsd-ports/palm/py-synce-librapi2/Makefile
Martin Wilke 38bfe44a05 SynCE is a project for connecting to devices running Windows CE or Pocket PC.
Librapi is an open-source implementation that works like RAPI.DLL. The library
makes it possible to make remote calls on a Windows CE device, including
installing applications and transferring files.

WWW: http://synce.sourceforge.net/

PR:		ports/126134
Submitted by:	Ilya Bakulin <webmaster at kibab.com>
2008-09-07 16:02:56 +00:00

27 lines
619 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 bibdigs 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
do-install:
@(cd ${WRKSRC}/python && ${MAKE} install)
.include "${MASTERDIR}/Makefile"