c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
30 lines
698 B
Makefile
30 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.20 2004/10/03 00:12:59 tv Exp $
|
|
|
|
DISTNAME= kdeutils-2.2.2
|
|
PKGREVISION= 7
|
|
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_BUILDLINK3= 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/kde2.mk"
|
|
.include "../../x11/kdebase2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|