mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Add missing run-time dependency on xdg-open
- Switch to GNU make to avoid rebuild of things upon installation - Propagate correct PREFIX value Reported by: daichi, QAT
This commit is contained in:
parent
802a91006f
commit
b520785394
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224678
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= launchy
|
||||
PORTVERSION= 2.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -14,15 +15,21 @@ MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Access applications, files, and bookmarks with just a few keystrokes
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/core.hpp:${PORTSDIR}/devel/boost
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils
|
||||
|
||||
USE_DOS2UNIX= readme.lyx readme.txt
|
||||
USE_GMAKE= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= qmake_build moc_build uic_build gui network
|
||||
MAKEFILE= makefile
|
||||
ALL_TARGET= release
|
||||
MAKE_ARGS= PREFIX="${PREFIX}"
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's,make ,g&,' ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user