1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/samba-libsmbclient/Makefile
Timur I. Bakeyev 7cb87b82dc Prepare to repocopy of samba3 to samba3-devel
Approved by:	shaun (mentor)
2007-06-15 15:01:05 +00:00

29 lines
589 B
Makefile

# New ports collection makefile for: samba-libsmbclient
# Date created: 23 Juli 2003
# Whom: Koop Mast <einekoai@chello.nl>
#
# $FreeBSD$
#
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 libsharemods shared library" off
.include "${MASTERDIR}/Makefile"