7166660e08
dependency bumps.
30 lines
705 B
Makefile
30 lines
705 B
Makefile
# $NetBSD: Makefile,v 1.14 2003/05/02 11:55:54 wiz Exp $
|
|
|
|
DISTNAME= kdeutils-2.2.2
|
|
PKGREVISION= 2
|
|
COMMENT= Utilities for the KDE integrated X11 desktop
|
|
|
|
CONFLICTS= efax-[0-9]*
|
|
|
|
.include "../../x11/kde2/Makefile.kde2"
|
|
|
|
BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
# Ensure we export symbols in the linked shared object.
|
|
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD" && exists(/usr/include/machine/apmvar.h)
|
|
CPPFLAGS+= -D__NetBSD_APM__
|
|
.endif
|
|
|
|
post-install:
|
|
${CHMOD} -s ${PREFIX}/bin/efax
|
|
|
|
.include "../../x11/kde2/buildlink2.mk"
|
|
.include "../../x11/kdebase2/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|