1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

Bump portrevision and add WITH_CUPS hooks

PR:		27650
Submitted by:	marcus@marcuscom.com
Reviewed by:	will
This commit is contained in:
David W. Chapman Jr. 2001-06-07 19:17:14 +00:00
parent 0b8cf7228f
commit 3fbfb552df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43606

View File

@ -7,6 +7,7 @@
PORTNAME= samba
PORTVERSION= 2.0.9
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \
ftp://ring.asahi-net.or.jp/pub/net/samba/%SUBDIR%/ \
@ -18,6 +19,12 @@ MASTER_SITE_SUBDIR= . old-versions old
MAINTAINER= dwcjr@inethouston.net
USE_AUTOCONF= yes
.if defined(WITH_CUPS)
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups
.endif
# directories
VARDIR= /var
SAMBA_SPOOL= ${VARDIR}/spool/samba
@ -39,6 +46,10 @@ CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME}
.endif
.if defined(WITH_CUPS)
CONFIGURE_ARGS+=--with-cups=${LOCALBASE}
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/source
MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \