mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
36 lines
720 B
Makefile
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= 2
|
|
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>
|