freebsd-ports/net/smbfs/Makefile
2001-04-22 20:56:19 +00:00

48 lines
1 KiB
Makefile

# New ports collection makefile for: smbfs
# Date created: 2th Dec 2000
# Whom: Jaedoc Lee <tokky@fdns.org>
#
# $FreeBSD$
#
PORTNAME= smbfs
PORTVERSION= 1.4.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.butya.kz/pub/smbfs/
MAINTAINER= bp@freebsd.org
NO_PACKAGE= "Depends on kernel"
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT=configure
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
BROKEN= "OS versions prior to 400000 is not supported"
.endif
.if ${OSVERSION} < 500000
PLIST_SUB= KMODDIR=${KMODDIR}
.else
PLIST_SUB= KMODDIR="@comment "
.endif
.if defined(SMP_SUPPORT)
CONFIGURE_ARGS+= -DSMP_SUPPORT
.endif
pre-fetch:
.if !defined(SMP_SUPPORT) && ${OSVERSION} < 500000
@${ECHO_MSG} "NOTE: SMP support can be enabled by adding "
@${ECHO_MSG} "\"SMP_SUPPORT=yes\" to argument of make."
.endif
post-install:
cd ${WRKSRC} && make makedev
@${INSTALL_DATA} ${WRKSRC}/examples/dot.nsmbrc ${LOCALBASE}/etc/nsmb.conf.sample
@${INSTALL_SCRIPT} ${WRKSRC}/examples/smbfs.sh.sample ${LOCALBASE}/etc/rc.d/smbfs.sh.sample
.include <bsd.port.post.mk>