diff options
author | antoine <antoine@FreeBSD.org> | 2017-03-22 05:59:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-03-22 05:59:31 +0800 |
commit | eb72ca76ef7d9878d3f76537c542facb8c32ae2f (patch) | |
tree | 2b6d3a0598b45365f230c6f61cf8d8d784b7016d /x11-fm/wcmcommander | |
parent | cf2c58c36e6fc12c07af66a17b3dc7f4cb4bb649 (diff) | |
download | freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.tar.gz freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.tar.zst freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.zip |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919
Diffstat (limited to 'x11-fm/wcmcommander')
-rw-r--r-- | x11-fm/wcmcommander/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile index d55d3b977655..aded2a54e6fe 100644 --- a/x11-fm/wcmcommander/Makefile +++ b/x11-fm/wcmcommander/Makefile @@ -4,7 +4,7 @@ PORTNAME= wcmcommander PORTVERSION= 0.20.0 DISTVERSIONPREFIX= release- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MAINTAINER= amdmi3@FreeBSD.org @@ -28,8 +28,9 @@ OPTIONS_DEFAULT=FREETYPE SMB SSH FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 FREETYPE_CMAKE_BOOL= WITH_FREETYPE -SMB_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient +SMB_USES= samba:lib SMB_CMAKE_BOOL= WITH_SMBCLIENT +SMB_CMAKE_ON= -DSMBCLIENT_LIBRARY=${SAMBALIBS}/libsmbclient.so -DSMBCLIENT_INCLUDE_DIR=${SAMBAINCLUDES} SSH_LIB_DEPENDS= libssh2.so:security/libssh2 SSH_CMAKE_BOOL= WITH_LIBSSH2 |