1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/archivers/py-librtfcomp/Makefile
Erwin Lansing 8b0ba84c09 Add py-librtfcomp , LZRTF compression library.
PR:		ports/124554
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-06-19 22:06:13 +00:00

29 lines
612 B
Makefile

# 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= ports@logvinov.com
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"