7b3ebf9678
PR: ports/68931 Submitted by: Michael Johnson (maintainer)
38 lines
767 B
Makefile
38 lines
767 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: flyway
|
|
# Date created: Mar 14, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flyway
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= http://www.bellz.org/flyway/ \
|
|
http://vtel.rgv.net/~ahze/dist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A VFR/IFR Route Planner for Pilots
|
|
|
|
BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
|
|
RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_PYTHON= yes
|
|
USE_REINPLACE= yes
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/FlyWay
|
|
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>
|