2014-08-30 03:30:32 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-05-07 22:30:47 +02:00
|
|
|
PORTNAME= wcmcommander
|
|
|
|
PORTVERSION= 0.20.0
|
2015-05-07 22:24:15 +02:00
|
|
|
DISTVERSIONPREFIX= release-
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 11
|
2014-08-30 03:30:32 +02:00
|
|
|
CATEGORIES= x11-fm
|
|
|
|
|
2019-07-29 22:08:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-08-30 03:30:32 +02:00
|
|
|
COMMENT= Multi-platform open source file manager
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= corporateshark
|
2015-05-07 22:24:15 +02:00
|
|
|
GH_PROJECT= WCMCommander
|
2014-08-30 03:30:32 +02:00
|
|
|
|
2019-10-06 06:28:24 +02:00
|
|
|
CONFLICTS_INSTALL= wcm # bin/wcm
|
|
|
|
|
2019-11-07 19:36:55 +01:00
|
|
|
USES= compiler:c++11-lib cmake xorg
|
2015-02-23 22:47:33 +01:00
|
|
|
CMAKE_ARGS= -DDATADIR="${DATADIR_REL}"
|
2014-08-30 03:30:32 +02:00
|
|
|
USE_XORG= x11
|
|
|
|
|
2015-05-07 22:30:47 +02:00
|
|
|
PORTDOCS= CHANGELOG.txt README.md readme_eng.txt
|
2014-08-30 03:30:32 +02:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= FREETYPE SMB SSH DOCS
|
|
|
|
OPTIONS_DEFAULT=FREETYPE SMB SSH
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2
|
2016-08-17 16:01:22 +02:00
|
|
|
FREETYPE_CMAKE_BOOL= WITH_FREETYPE
|
2017-03-21 22:59:31 +01:00
|
|
|
SMB_USES= samba:lib
|
2016-08-17 16:01:22 +02:00
|
|
|
SMB_CMAKE_BOOL= WITH_SMBCLIENT
|
2017-03-21 22:59:31 +01:00
|
|
|
SMB_CMAKE_ON= -DSMBCLIENT_LIBRARY=${SAMBALIBS}/libsmbclient.so -DSMBCLIENT_INCLUDE_DIR=${SAMBAINCLUDES}
|
2016-04-01 16:33:55 +02:00
|
|
|
SSH_LIB_DEPENDS= libssh2.so:security/libssh2
|
2016-08-17 16:01:22 +02:00
|
|
|
SSH_CMAKE_BOOL= WITH_LIBSSH2
|
2014-08-30 03:30:32 +02:00
|
|
|
|
2016-08-17 16:01:22 +02:00
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2014-08-30 03:30:32 +02:00
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.endfor
|
|
|
|
|
2019-09-15 00:01:13 +02:00
|
|
|
.include <bsd.port.mk>
|