2005-11-17 13:14:31 +01:00
|
|
|
# New ports collection makefile for: smb4k
|
|
|
|
# Date created: 28 Oct 2005
|
|
|
|
# Whom: Rashid N. Achilov <shelton@granch.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= smb4k
|
2008-11-21 21:50:39 +01:00
|
|
|
PORTVERSION= 0.9.9
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 8
|
2005-11-17 13:14:31 +01:00
|
|
|
CATEGORIES= net kde
|
2006-11-29 23:34:28 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
2006-11-17 10:02:12 +01:00
|
|
|
MASTER_SITE_SUBDIR= smb4k
|
2005-11-17 13:14:31 +01:00
|
|
|
|
2008-07-09 14:03:34 +02:00
|
|
|
MAINTAINER= citycat4@ngs.ru
|
2005-11-17 13:14:31 +01:00
|
|
|
COMMENT= KDE 3.x SMB Network browser and SMB shares mounting center
|
|
|
|
|
|
|
|
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \
|
2010-09-16 12:42:03 +02:00
|
|
|
smbstatus:${PORTSDIR}/${SAMBA_PORT}
|
|
|
|
|
|
|
|
SAMBA_PORT?= net/samba34
|
2005-11-17 13:14:31 +01:00
|
|
|
|
2005-12-26 16:39:20 +01:00
|
|
|
USE_KDEBASE_VER= 3
|
2006-11-17 10:02:12 +01:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-11-17 10:02:12 +01:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_LDCONFIG= yes
|
2005-11-17 13:14:31 +01:00
|
|
|
CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \
|
|
|
|
--with-extra-includes=${LOCALBASE}/include \
|
|
|
|
--with-extra-libs=${LOCALBASE}/lib
|
2006-04-17 18:43:05 +02:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
|
2010-02-13 20:17:14 +01:00
|
|
|
SUB_FILES= pkg-message
|
2005-11-17 13:14:31 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.for i in smb2awk smb2nsmbrc
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin
|
|
|
|
.endfor
|
2006-04-17 18:43:05 +02:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR}
|
2010-02-13 20:17:14 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2005-11-17 13:14:31 +01:00
|
|
|
|
2007-10-04 04:10:52 +02:00
|
|
|
.include <bsd.port.mk>
|