diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 11:12:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 11:12:50 +0000 |
commit | 32c871b528168ca86c3b2599cc9a3092355fb89c (patch) | |
tree | 6581715e7c3259a55857458d109f03f0eb03052f /net | |
parent | c10b9640c95145c1685959c123f1d83194d3f617 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/samba-devel/Makefile | 11 | ||||
-rw-r--r-- | net/samba3/Makefile | 11 |
2 files changed, 20 insertions, 2 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 \ diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 5c542d733936..7a631dd77654 100644 --- a/net/samba3/Makefile +++ b/net/samba3/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 \ |