pkgsrc/chat/finch/Makefile

53 lines
1.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2008/05/18 00:06:46 tnn Exp $
#
PKGNAME= finch-${PIDGIN_VERSION}
COMMENT= Multi-protocol Instant Messaging client console frontend
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../chat/libpurple/Makefile.common"
2007-08-11 16:54:07 +02:00
USE_TOOLS+= msgfmt
PKGCONFIG_OVERRIDE+= finch/finch.pc.in
PKGCONFIG_OVERRIDE+= finch/libgnt/gnt.pc.in
PKGCONFIG_OVERRIDE+= gaim.pc.in
PKGCONFIG_OVERRIDE+= libpurple/purple.pc.in
PKGCONFIG_OVERRIDE+= pidgin/pidgin.pc.in
CONFIGURE_ARGS+= --enable-consoleui
#CONFIGURE_ARGS+= --disable-plugins
# The configure script uses an incredibly stupid way to detect if the
# ncurses header is present. As such, it needs the exact path to the
# ncurses header it will use, so provide the path to the one in
# ${BUILDLINK_DIR}.
#
CONFIGURE_ARGS+= --with-ncurses-headers=${BUILDLINK_DIR}/include
USE_NCURSES= yes # force ncurses, for libpanel
BUILD_DIRS= finch
.include "options.mk"
pre-build:
# XXX Find a cleaner way.
${TEST} -r ${WRKSRC}/libpurple/libpurple.la || \
ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/.
post-install:
${INSTALL_MAN_DIR} ${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1
${INSTALL_MAN} ${WRKSRC}/doc/finch.1 \
${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1
.include "../../chat/libpurple/buildlink3.mk"
2007-08-30 19:20:06 +02:00
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"