freebsd-ports/net/samba-libsmbclient/Makefile

29 lines
590 B
Makefile
Raw Normal View History

# New ports collection makefile for: samba-libsmbclient
# Date created: 23 Juli 2003
# Whom: Koop Mast <einekoai@chello.nl>
#
# $FreeBSD$
#
2008-07-28 19:28:30 +02:00
PORTREVISION= 1
PORTEPOCH= 0
PKGNAMESUFFIX= -libsmbclient
COMMENT= Shared libs from the samba package
CONFLICTS=
SAMBA_PORT?= samba3
SAMBA_SUBPORT= yes
MASTERDIR= ${.CURDIR}/../${SAMBA_PORT}
PKGDIR= ${.CURDIR}
USE_LDCONFIG= yes
OPTIONS= ADS "With Active Directory support" off \
ADDNS "Build the libaddns shared library" off \
SHAREMODES "Build the libsharemodes shared library" off
.include "${MASTERDIR}/Makefile"