aboutsummaryrefslogtreecommitdiff
path: root/net/samba-devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-10 11:12:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-10 11:12:50 +0000
commit32c871b528168ca86c3b2599cc9a3092355fb89c (patch)
tree6581715e7c3259a55857458d109f03f0eb03052f /net/samba-devel
parentc10b9640c95145c1685959c123f1d83194d3f617 (diff)
downloadports-32c871b528168ca86c3b2599cc9a3092355fb89c.tar.gz
ports-32c871b528168ca86c3b2599cc9a3092355fb89c.zip
Notes
Diffstat (limited to 'net/samba-devel')
-rw-r--r--net/samba-devel/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile
index 5c542d733936..7a631dd77654 100644
--- a/net/samba-devel/Makefile
+++ b/net/samba-devel/Makefile
@@ -8,6 +8,7 @@
PORTNAME= samba
PORTVERSION= 3.0.0
PORTEPOCH= 1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/
MASTER_SITE_SUBDIR= . rc
@@ -18,10 +19,12 @@ COMMENT= A free SMB and CIFS client and server for UNIX
CONFLICTS= ja-samba-2.* samba-3.* samba-libsmbclient-3.* sharity-light-1.*
-USE_BZIP2="YES"
+USE_BZIP2= yes
.if !defined(WITHOUT_CUPS)
WITH_CUPS= yes
+.else
+CONFIGURE_ARGS+= --enable-cups=no
.endif
.if defined(WITH_CUPS)
@@ -92,6 +95,12 @@ LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
CONFIGURE_ARGS+= --with-libiconv
.endif
+.if defined(WITHOUT_POPT)
+CONFIGURE_ARGS+= --with-included-popt
+.else
+LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt
+.endif
+
WRKSRC= ${WRKDIR}/${DISTNAME}/source
MAN1= findsmb.1 nmblookup.1 log2pcap.1 \