openbsd-ports/net/pidgin-icb/Makefile

26 lines
487 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2019/07/12 20:48:43 sthen Exp $
2007-05-24 07:43:41 -04:00
COMMENT= ICB protocol plugin for Pidgin
2007-05-24 07:43:41 -04:00
DISTNAME= pidgin-icb-20070505
REVISION= 7
2007-05-24 07:43:41 -04:00
CATEGORIES= net
HOMEPAGE= http://nic.com.pl/~alek/pidgin-icb/
2007-05-24 07:43:41 -04:00
# BSD
PERMIT_PACKAGE= Yes
2007-05-24 07:43:41 -04:00
MASTER_SITES= ${HOMEPAGE}
BUILD_DEPENDS= net/pidgin,-libpurple>=2.0.0
2007-05-24 07:43:41 -04:00
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2007-05-24 07:43:41 -04:00
2007-11-29 09:00:25 -05:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pidgin
${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/share/doc/pidgin/icb-plugin.txt
2007-05-24 07:43:41 -04:00
.include <bsd.port.mk>