1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/pecl-smbclient/Makefile
Antoine Brodin ec3e56288a Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D16904
2018-09-01 17:05:47 +00:00

21 lines
368 B
Makefile

# $FreeBSD$
PORTNAME= smbclient
PORTVERSION= 0.9.0
PORTREVISION= 4
CATEGORIES= net pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Smbclient wrapper extension
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl samba:lib
CONFIGURE_ARGS= --with-libsmbclient=${LOCALBASE}
CPPFLAGS+= -I${SAMBAINCLUDES}
LDFLAGS+= -L${SAMBALIBS}
.include <bsd.port.mk>