blob: 465f771a509a9adca451757427940b684915da64 (
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
|
# New ports collection makefile for: py-librtfcomp
# Date Created: 13 June 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
CATEGORIES= archivers python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= avl@FreeBSD.org
COMMENT= Python bindings for the LZRTF compression library
LIB_DEPENDS= rtfcomp.0:${PORTSDIR}/archivers/librtfcomp
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
MASTERDIR= ${.CURDIR}/../librtfcomp
USE_PYTHON= yes
PLIST= ${.CURDIR}/pkg-plist
RTFCOMP_SLAVE= pythonb
do-install:
@(cd ${WRKSRC}/python && ${MAKE} install)
.include "${MASTERDIR}/Makefile"
|