pkgsrc/net/kftpgrabber/Makefile
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

31 lines
941 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:12 rillig Exp $
DISTNAME= kftpgrabber-0.6.0
PKGREVISION= 4
CATEGORIES= net kde
MASTER_SITES= http://kftpgrabber.sourceforge.net/releases/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://kftpgrabber.sourceforge.net/
COMMENT= Graphical FTP client for KDE
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem
SUBST_CLASSES+= hints
SUBST_STAGE.hints= post-patch
SUBST_MESSAGE.hints= Fix includehints.
SUBST_FILES.hints= kftpgrabber/src/ui/kftpqueueeditorlayout.ui \
kftpgrabber/src/ui/kftpsearchlayout.ui
SUBST_FILTER_CMD.hints= ${GREP} -v includehint
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"