47ce821484
With hat: portmgr
20 lines
368 B
Makefile
20 lines
368 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= smbclient
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
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>
|