mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# New ports collection makefile for: smb4k
|
|
# Date created: 28 Oct 2005
|
|
# Whom: Rashid N. Achilov <shelton@granch.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smb4k
|
|
PORTVERSION= 0.9.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= net kde
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
MASTER_SITE_SUBDIR= smb4k
|
|
|
|
MAINTAINER= citycat4@ngs.ru
|
|
COMMENT= KDE 3.x SMB Network browser and SMB shares mounting center
|
|
|
|
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \
|
|
smbstatus:${PORTSDIR}/net/samba3
|
|
|
|
USE_KDEBASE_VER= 3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
USE_GETTEXT= yes
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \
|
|
--with-extra-includes=${LOCALBASE}/include \
|
|
--with-extra-libs=${LOCALBASE}/lib
|
|
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
|
|
MESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
post-install:
|
|
.for i in smb2awk smb2nsmbrc
|
|
${INSTALL_SCRIPT} ${FILESDIR}/${i} ${PREFIX}/bin
|
|
.endfor
|
|
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR}
|
|
|
|
@${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGMESSAGE} > ${MESSAGE}
|
|
@${CAT} ${MESSAGE}
|
|
|
|
.include <bsd.port.mk>
|