1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/archivers/py-librtfcomp/Makefile
Alexander Logvinov 9463ff6e5b Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	tabthorpe (mentor)
2009-05-28 20:44:16 +00:00

29 lines
609 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= 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"