1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/misc/flyway/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

36 lines
720 B
Makefile

# ex:ts=8
# Ports collection makefile for: flyway
# Date created: Mar 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= flyway
PORTVERSION= 0.4.1
PORTREVISION= 3
CATEGORIES= misc python geography
MASTER_SITES= http://www.bellz.org/flyway/
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_PYTHON= 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>