1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/py-cxx/Makefile
Martin Wilke 2f4d25e57a - Update 5.3.6
- Pass maintainership to submitter

PR:		107288
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
2006-12-29 23:52:08 +00:00

34 lines
631 B
Makefile

# ex:ts=8
# New ports collection makefile for: PyCXX
# Date created: Oct 7, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cxx
PORTVERSION= 5.3.6
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pycxx-${PORTVERSION}
MAINTAINER= lwhsu@lwhsu.org
COMMENT= Make it easier to extend Python with C++
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
post-install:
. if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Doc/PyCXX.html ${DOCSDIR}
. endif
.include <bsd.port.mk>