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$
|
|
|
|
#
|
|
|
|
|
2006-01-09 17:51:54 +01: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
|
|
|
|
2004-06-06 19:38:56 +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
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2006-02-19 21:14:52 +01:00
|
|
|
OPTIONS= ADS "With Active Directory support" off \
|
|
|
|
MSRPC "Build the libmsrpc shared library" off \
|
|
|
|
SHAREMODES "Build the libsharemods shared library" off
|
2003-07-25 06:42:08 +02:00
|
|
|
|
2004-03-29 21:11:28 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|