1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/arora/Makefile
Mathieu Arnold bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00

59 lines
1.6 KiB
Makefile

# Created by: Andy Fawcett <andy@athame.co.uk>
# $FreeBSD$
PORTNAME= arora
PORTVERSION= 0.11.0
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= GOOGLE_CODE
MAINTAINER= shanjobe@gmail.com
COMMENT= Simple Qt 4 based browser
LICENSE= GPLv3
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
USES= desktop-file-utils qmake
USE_QT4= network webkit moc_build uic_build rcc_build \
sql-sqlite3_run imageformats_run gui script sql
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USE= QT4=linguisttools_build
BROKEN_ia64= core dump on application startup
.include <bsd.port.options.mk>
pre-configure:
.if ! ${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} -e "/INSTALLS/s|translations||" \
${WRKSRC}/src/src.pro
@${REINPLACE_CMD} -e "s|target_predeps||" \
${WRKSRC}/src/locale/locale.pri
.endif
@${REINPLACE_CMD} -e "/INSTALLS/s|man man-compress||" \
${WRKSRC}/src/src.pro \
${WRKSRC}/tools/cacheinfo/cacheinfo.pro \
${WRKSRC}/tools/htmlToXBel/htmlToXBel.pro \
${WRKSRC}/tools/placesimport/placesimport.pro
@${REINPLACE_CMD} -e "/else/s|lrelease|lrelease-qt4|" \
${WRKSRC}/src/locale/locale.pri
@${REINPLACE_CMD} "/pkg-config/d" \
${WRKSRC}/src/src.pro
post-configure:
@${REINPLACE_CMD} 's|raster||' ${WRKSRC}/src/main.cpp
post-install:
${INSTALL_MAN} ${WRKSRC}/src/data/arora.1 \
${WRKSRC}/tools/cacheinfo/data/arora-cacheinfo.1 \
${WRKSRC}/tools/htmlToXBel/data/htmlToXBel.1 \
${WRKSRC}/tools/placesimport/data/arora-placesimport.1 \
${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>