2006-04-30 16:41:30 +02:00
|
|
|
# New ports collection makefile for: mountsmb2
|
|
|
|
# Date created: 17 Mar 2006
|
|
|
|
# Whom: Rashid N. Achilov <shelton@granch.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mountsmb2
|
2006-05-16 18:35:34 +02:00
|
|
|
PORTVERSION= 0.90.2
|
2006-04-30 16:41:30 +02:00
|
|
|
CATEGORIES= sysutils net
|
2008-05-16 16:17:15 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= lippe
|
2006-04-30 16:41:30 +02:00
|
|
|
|
2008-07-09 14:03:34 +02:00
|
|
|
MAINTAINER= citycat4@ngs.ru
|
2006-04-30 16:41:30 +02:00
|
|
|
COMMENT= SMB/CIFS shares mounting scripts to do it at login
|
|
|
|
|
2006-05-16 18:35:34 +02:00
|
|
|
RUN_DEPENDS= nbtscan:${PORTSDIR}/net-mgmt/nbtscan \
|
2008-05-16 16:17:15 +02:00
|
|
|
sudo:${PORTSDIR}/security/sudo
|
2006-04-30 16:41:30 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2008-05-16 16:17:15 +02:00
|
|
|
EXAMPLES= sudoers .login .nsmbrc .mssmbrc nsmb.conf
|
|
|
|
SCRIPTS= smb2nsmbrc mountsmb2
|
2006-04-30 16:41:30 +02:00
|
|
|
|
2008-05-16 16:17:15 +02:00
|
|
|
SUB_FILES= pkg-message
|
2006-04-30 16:41:30 +02:00
|
|
|
|
2008-05-16 16:17:15 +02:00
|
|
|
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}
|
2006-04-30 16:41:30 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|