freebsd-ports/deskutils/launchy/Makefile
Eitan Adler 691bb12bb5 I forgot we had the reverse too :(
Pointyhat to:	eadler
Reported by:	pointyhat
2013-03-22 13:16:37 +00:00

43 lines
1.1 KiB
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= launchy
PORTVERSION= 2.5
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION}
MAINTAINER= eadler@FreeBSD.org
COMMENT= An open source keystroke launcher
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils
USE_DOS2UNIX= readme.lyx readme.txt
USE_QT4= qmake_build moc_build rcc_build uic_build gui network
PORTDOCS= *
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} 's,/usr,${PREFIX},' \
${WRKSRC}/platforms/unix/unix.pro \
${WRKSRC}/plugins/calcy/calcy.pro \
${WRKSRC}/plugins/gcalc/gcalc.pro \
${WRKSRC}/plugins/runner/runner.pro \
${WRKSRC}/plugins/verby/verby.pro \
${WRKSRC}/plugins/weby/weby.pro \
${WRKSRC}/src/src.pro
do-configure:
@(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \
${QMAKE} ${QMAKEFLAGS} -r Launchy.pro)
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/?eadme.* ${DOCSDIR}
.endif
.include <bsd.port.mk>