1998-06-12 08:36:22 +00:00
|
|
|
# New ports collection makefile for: ksamba
|
|
|
|
# Date created: 18 May 1998
|
|
|
|
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-06-12 08:36:22 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= ksamba
|
2001-02-14 22:21:49 +00:00
|
|
|
PORTVERSION= 0.3.4
|
2000-10-04 06:40:08 +00:00
|
|
|
CATEGORIES= net kde
|
2001-02-14 22:21:49 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE} \
|
|
|
|
http://www.kneschke.de/projekte/ksamba/download/
|
|
|
|
MASTER_SITE_SUBDIR= unstable/apps/network
|
1998-06-12 08:36:22 +00:00
|
|
|
|
2001-02-14 22:21:49 +00:00
|
|
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
1998-09-30 02:07:28 +00:00
|
|
|
|
1998-08-12 06:29:36 +00:00
|
|
|
USE_QT= yes
|
1998-06-12 08:36:22 +00:00
|
|
|
USE_GMAKE= yes
|
2001-02-14 22:21:49 +00:00
|
|
|
USE_AUTOMAKE= yes
|
|
|
|
CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}" \
|
|
|
|
MOC="${X11BASE}/bin/moc"
|
|
|
|
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${RM} -f ${WRKSRC}/config.cache
|
|
|
|
@${RM} -f ${WRKSRC}/ksamba/*.moc
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@cd ${WRKSRC} && aclocal
|
1998-06-12 08:36:22 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|