2003-07-25 06:42:08 +02:00
|
|
|
# New ports collection makefile for: samba-libsmbclient
|
|
|
|
# Date created: 23 Juli 2003
|
|
|
|
# Whom: Koop Mast <einekoai@chello.nl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-06-26 01:49:24 +02:00
|
|
|
PORTREVISION= 0
|
2004-03-29 21:11:28 +02:00
|
|
|
PORTEPOCH= 0
|
|
|
|
PKGNAMESUFFIX= -libsmbclient
|
|
|
|
|
2006-01-09 17:51:54 +01:00
|
|
|
COMMENT= Shared libs from the samba package
|
2004-03-29 21:11:28 +02:00
|
|
|
|
2004-05-09 22:34:40 +02:00
|
|
|
CONFLICTS=
|
2003-07-25 06:42:08 +02:00
|
|
|
|
2007-06-15 17:01:05 +02:00
|
|
|
SAMBA_PORT?= samba3
|
2004-03-29 21:11:28 +02:00
|
|
|
SAMBA_SUBPORT= yes
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../${SAMBA_PORT}
|
|
|
|
PKGDIR= ${.CURDIR}
|
2004-05-09 22:34:40 +02:00
|
|
|
|
2006-09-04 21:00:17 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-05-09 22:34:40 +02:00
|
|
|
|
2006-02-19 21:14:52 +01:00
|
|
|
OPTIONS= ADS "With Active Directory support" off \
|
2007-06-15 01:16:02 +02:00
|
|
|
ADDNS "Build the libaddns shared library" off \
|
2007-09-19 00:50:04 +02:00
|
|
|
SHAREMODES "Build the libsharemodes shared library" off
|
2003-07-25 06:42:08 +02:00
|
|
|
|
2004-03-29 21:11:28 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|