533072970d
- includes fix for ports/92619 PR: 93553 Submitted by: maintainer
28 lines
590 B
Makefile
28 lines
590 B
Makefile
# New ports collection makefile for: samba-libsmbclient
|
|
# Date created: 23 Juli 2003
|
|
# Whom: Koop Mast <einekoai@chello.nl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
PORTEPOCH= 0
|
|
PKGNAMESUFFIX= -libsmbclient
|
|
|
|
COMMENT= Shared libs from the samba package
|
|
|
|
CONFLICTS=
|
|
|
|
SAMBA_PORT= samba3
|
|
SAMBA_SUBPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../${SAMBA_PORT}
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
OPTIONS= ADS "With Active Directory support" off \
|
|
MSRPC "Build the libmsrpc shared library" off \
|
|
SHAREMODES "Build the libsharemods shared library" off
|
|
|
|
.include "${MASTERDIR}/Makefile"
|