pkgsrc/chat/pidgin-icb/Makefile
tnn 979cf7928b Import chat/pidgin-icb version 20070505.
This is an ICB protocol plugin for the Pidgin instant messenger.
2007-08-09 15:02:21 +00:00

38 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/08/09 15:02:21 tnn Exp $
DISTNAME= pidgin-icb-20070505
CATEGORIES= chat
MASTER_SITES= http://nic.com.pl/~alek/gaim-icb/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://nic.com.pl/~alek/gaim-icb/
COMMENT= ICB protocol plugin for the Pidgin instant messenger
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
NO_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= user-destdir
CFLAGS+= `pkg-config pidgin --cflags`
LDFLAGS+= -module -avoid-version -rpath ${PIDGIN_PLUGIN_DIR} \
`pkg-config pidgin --libs`
PIDGIN_PLUGIN_DIR= ${DESTDIR}${PREFIX}/lib/purple-2
PIDGIN_PIXMAPS_DIR= ${DESTDIR}${PREFIX}/share/pixmaps/pidgin/protocols
do-build:
cd ${WRKSRC} && ${LIBTOOL} --mode=compile ${COMPILE.c} -I. icb.c
cd ${WRKSRC} && ${LIBTOOL} --mode=link ${LINK.c} -o libicb.la icb.lo
do-install:
${INSTALL_LIB_DIR} ${PIDGIN_PLUGIN_DIR}
cd ${WRKSRC} && ${LIBTOOL} --mode=install ${INSTALL_LIB} libicb.la \
${PIDGIN_PLUGIN_DIR}
for i in 16 22 48; do cd ${WRKSRC} && \
${INSTALL_DATA_DIR} ${PIDGIN_PIXMAPS_DIR}/$$i && \
${INSTALL_DATA} icb_$$i.png ${PIDGIN_PIXMAPS_DIR}/$$i/icb.png; done
.include "../../chat/pidgin/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"