1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/math/convertall/Makefile
Michael Nottebrock bc343a7df3 PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
2004-12-08 15:31:32 +00:00

35 lines
735 B
Makefile

# New ports collection makefile for: convertall
# Date created: 2004-08-12
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= convertall
PORTVERSION= 0.3.0
CATEGORIES= math
MASTER_SITES= http://bellz.org/convertall/
MAINTAINER= ports@FreeBSD.org
COMMENT= Another unit converter
BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
WRKSRC= ${WRKDIR}/ConvertAll
USE_REINPLACE= yes
USE_PYTHON= 2.3
USE_X_PREFIX= yes
NO_BUILD= yes
PORTDOCS= README.html INSTALL LICENSE
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|doc||' ${WRKSRC}/install.py
.endif
do-install:
(cd ${WRKSRC};${PYTHON_CMD} ${WRKSRC}/install.py -p ${PREFIX})
.include <bsd.port.mk>