blob: e92d96c3395c52eab2b1fa0b21349654730441ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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= samba34
SAMBA_SUBPORT= yes
MASTERDIR= ${.CURDIR}/../${SAMBA_PORT}
PKGDIR= ${.CURDIR}
USE_LDCONFIG= ${PREFIX}/lib
OPTIONS= ADS "With Active Directory support" off \
ADDNS "Build the libaddns shared library" off \
NETAPI "Build the libnetapi shared library" off \
SHAREMODES "Build the libsharemodes shared library" off
.include "${MASTERDIR}/Makefile"
|