f00a91843b
To: edwin@freebsd.org Edwin, can you change for all my ports maintainer address from achilov-rn@askd.ru to citycat4@ngs.ru?
39 lines
912 B
Makefile
39 lines
912 B
Makefile
# New ports collection makefile for: mountsmb2
|
|
# Date created: 17 Mar 2006
|
|
# Whom: Rashid N. Achilov <shelton@granch.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mountsmb2
|
|
PORTVERSION= 0.90.2
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= lippe
|
|
|
|
MAINTAINER= citycat4@ngs.ru
|
|
COMMENT= SMB/CIFS shares mounting scripts to do it at login
|
|
|
|
RUN_DEPENDS= nbtscan:${PORTSDIR}/net-mgmt/nbtscan \
|
|
sudo:${PORTSDIR}/security/sudo
|
|
|
|
USE_BZIP2= yes
|
|
NO_BUILD= yes
|
|
|
|
EXAMPLES= sudoers .login .nsmbrc .mssmbrc nsmb.conf
|
|
SCRIPTS= smb2nsmbrc mountsmb2
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/,} ${PREFIX}/bin
|
|
.if !defined(NOPORTEXAMPLES)
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
@${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${EXAMPLESDIR}
|
|
.endif
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/README.FreeBSD ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|