diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-25 19:11:30 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-25 19:11:30 +0000 |
commit | 71efbfa7972acba3e84e2caa7b6b14f9c369b9f4 (patch) | |
tree | 5b4bdd115cd6edf264c01ccdad8b1c3f21c02c77 /net/samba-tng/Makefile | |
parent | Make this port add shell to cyrus user. (diff) |
Update to latest cvs which include
detection for autoconf213
iconv support
Notes
Notes:
svn path=/head/; revision=60001
Diffstat (limited to 'net/samba-tng/Makefile')
-rw-r--r-- | net/samba-tng/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/samba-tng/Makefile b/net/samba-tng/Makefile index cdf868d28452..4685307f8c3c 100644 --- a/net/samba-tng/Makefile +++ b/net/samba-tng/Makefile @@ -6,7 +6,7 @@ # PORTNAME= samba-tng -PORTVERSION= 2.6.1c20020514 +PORTVERSION= 2.6.1c20020524 CATEGORIES= net MASTER_SITES= http://www.samba-tng.org/download/tng/ \ http://something.inethouston.net/~poseiden/ @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}_0.${PORTVERSION:S,c,cvs,} MAINTAINER= dwcjr@FreeBSD.org +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv + GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GMAKE= YES @@ -30,7 +32,8 @@ SAMBA_CONFDIR= ${PREFIX}/etc CONFIGURE_ARGS= --localstatedir=${VARDIR}/lock \ --with-privatedir=${SAMBA_PRIVATE} --with-pam \ - --with-logdir=${VARDIR}/log --with-tmpdir=${VARDIR}/run/samba-tng + --with-logdir=${VARDIR}/log --with-tmpdir=${VARDIR}/run/samba-tng \ + --with-libiconv=${LOCALBASE} MAN1= debug2html.1 make_smbcodepage.1 nmblookup.1 \ regedit.1 rpcclient.1 smbclient.1 smbrun.1 \ @@ -47,10 +50,7 @@ MAN8= browserd.8 lsarpcd.8 netlogond.8 nmbd.8 rpcclient.8 \ srvsvcd.8 svcctld.8 swat.8 winbindd.8 winregd.8 \ wkssvcd.8 -.include <bsd.port.pre.mk> - -CONFIGURE_ENV= AUTOCONF=${PREFIX}/bin/${AUTOCONF} \ - AUTOHEADER=${PREFIX}/bin/${AUTOHEADER} +.include<bsd.port.pre.mk> .if defined(WITH_SYSLOG) CONFIGURE_ARGS+= --with-syslog |