2005-11-17 12:14:31 +00:00
|
|
|
# New ports collection makefile for: smb4k
|
|
|
|
# Date created: 28 Oct 2005
|
|
|
|
# Whom: Rashid N. Achilov <shelton@granch.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= smb4k
|
2007-06-10 08:30:31 +00:00
|
|
|
PORTVERSION= 0.8.3
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2005-11-17 12:14:31 +00:00
|
|
|
CATEGORIES= net kde
|
2006-11-29 22:34:28 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
2006-11-17 09:02:12 +00:00
|
|
|
MASTER_SITE_SUBDIR= smb4k
|
2005-11-17 12:14:31 +00:00
|
|
|
|
2006-11-23 09:51:59 +00:00
|
|
|
MAINTAINER= achilov-rn@askd.ru
|
2005-11-17 12:14:31 +00:00
|
|
|
COMMENT= KDE 3.x SMB Network browser and SMB shares mounting center
|
|
|
|
|
|
|
|
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \
|
2005-11-17 14:25:02 +00:00
|
|
|
smbstatus:${PORTSDIR}/net/samba3
|
2005-11-17 12:14:31 +00:00
|
|
|
|
2005-12-26 15:39:20 +00:00
|
|
|
USE_KDEBASE_VER= 3
|
2006-11-17 09:02:12 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2005-11-17 12:14:31 +00:00
|
|
|
CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \
|
|
|
|
--with-extra-includes=${LOCALBASE}/include \
|
|
|
|
--with-extra-libs=${LOCALBASE}/lib
|
2006-04-17 16:43:05 +00:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
2005-11-17 12:14:31 +00:00
|
|
|
|
2005-12-26 15:39:20 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
2006-04-15 22:00:50 +00:00
|
|
|
BROKEN= does not build on 4.x (missing sys/statvfs.h)
|
2005-12-26 15:39:20 +00:00
|
|
|
.endif
|
|
|
|
|
2005-11-17 12:14:31 +00:00
|
|
|
post-install:
|
|
|
|
.for i in smb2awk smb2nsmbrc
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin
|
|
|
|
.endfor
|
2006-04-17 16:43:05 +00:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR}
|
|
|
|
|
|
|
|
@${SED} -e "s,%%PREFIX%%,${PREFIX},g" pkg-message > ${PKGMESSAGE}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
2005-11-17 12:14:31 +00:00
|
|
|
|
2005-12-26 15:42:04 +00:00
|
|
|
.include <bsd.port.post.mk>
|