pkgsrc-wip/sim-kde/Makefile
Aleksej Saushev 86d91fcc81 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 16:22:53 +00:00

37 lines
798 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/10/07 16:23:06 asau Exp $
#
DISTNAME= sim-0.9.3
PKGNAME= sim-kde-0.9.3
PKGREVISION= 5
CATEGORIES= chat x11 kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sim-icq/}
MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://sim-icq.sourceforge.net/
COMMENT= SIM (Simple Instant Messenger)
PKG_DESTDIR_SUPPORT= none
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFLICTS+= sim-qt*
# Use KDE binding
CONFIGURE_ARGS+= --enable-kde
# Install locale files in proper places
USE_PKGLOCALEDIR= YES
# Disable statical libs installation for plugins
SHLIBTOOL_OVERRIDE= libtool
# Fix: Clear Makefile dependency on config.status
post-configure:
${TOUCH} ${WRKSRC}/Makefile
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"