2019-01-21 14:33:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2019/01/21 14:33:26 jca Exp $
|
2007-05-24 11:43:41 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= ICB protocol plugin for Pidgin
|
2007-05-24 11:43:41 +00:00
|
|
|
|
|
|
|
DISTNAME= pidgin-icb-20070505
|
2019-01-21 14:33:26 +00:00
|
|
|
REVISION= 7
|
2007-05-24 11:43:41 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2008-01-17 13:23:02 +00:00
|
|
|
HOMEPAGE= http://nic.com.pl/~alek/pidgin-icb/
|
2007-05-24 11:43:41 +00:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2012-10-14 20:44:06 +00:00
|
|
|
BUILD_DEPENDS= net/pidgin,-libpurple>=2.0.0
|
2007-05-24 11:43:41 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2007-05-24 11:43:41 +00:00
|
|
|
|
2007-11-29 14:00:25 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pidgin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README \
|
|
|
|
${PREFIX}/share/doc/pidgin/icb-plugin.txt
|
|
|
|
|
2007-05-24 11:43:41 +00:00
|
|
|
.include <bsd.port.mk>
|