mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
21 lines
368 B
Makefile
21 lines
368 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= smbclient
|
|
PORTVERSION= 0.9.0
|
|
PORTREVISION= 3
|
|
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>
|