pkgsrc-wip/sim-kde/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

35 lines
771 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/01/18 04:30:17 tnn2 Exp $
#
DISTNAME= sim-0.9.3
PKGNAME= sim-kde-0.9.3
PKGREVISION= 2
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)
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"