diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-11 09:24:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-11 09:24:46 +0000 |
commit | 9f89d1f75273bc002b47565c493b4ccea900ec8f (patch) | |
tree | a4e6706fe45fd34d4468e8f5cc6fff774d3e7139 /www/smb_auth/Makefile | |
parent | 60b507671291eb3571457547de04c9e24e2b9351 (diff) | |
download | ports-9f89d1f75273bc002b47565c493b4ccea900ec8f.tar.gz ports-9f89d1f75273bc002b47565c493b4ccea900ec8f.zip |
- Take maintainership
- remove squid dependecy
(squid may depend on this module when configured)
- new option SAMBA_PORT
- use DOCSDIR
- don't install another copy of GPL
- don't use INSTALL_MAN for non manpages
Notes
Notes:
svn path=/head/; revision=95586
Diffstat (limited to 'www/smb_auth/Makefile')
-rw-r--r-- | www/smb_auth/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile index 38828b2215db..938fbfc45621 100644 --- a/www/smb_auth/Makefile +++ b/www/smb_auth/Makefile @@ -10,21 +10,20 @@ PORTVERSION= 0.05 CATEGORIES= www MASTER_SITES= http://www.hacom.nl/~richard/software/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= A proxy authentication module against an SMB server -RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 \ - ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba +RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} ALL_TARGET= smb_auth +SAMBA_PORT?= net/samba do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smb_auth ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/smb_auth.sh ${PREFIX}/bin .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/smb_auth - ${INSTALL_MAN} ${FILESDIR}/README ${PREFIX}/share/doc/smb_auth - ${INSTALL_MAN} ${WRKSRC}/COPYING-2.0 ${PREFIX}/share/doc/smb_auth + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${FILESDIR}/README ${DOCSDIR}/ .endif post-install: |