openbsd-ports/net/pidgin-icb/Makefile
jca 2a4843fe89 Drop MAINTAINER
Discussed with Aleksander (former MAINTAINER).
2019-01-21 14:33:26 +00:00

26 lines
491 B
Makefile

# $OpenBSD: Makefile,v 1.14 2019/01/21 14:33:26 jca Exp $
COMMENT= ICB protocol plugin for Pidgin
DISTNAME= pidgin-icb-20070505
REVISION= 7
CATEGORIES= net
HOMEPAGE= http://nic.com.pl/~alek/pidgin-icb/
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}
BUILD_DEPENDS= net/pidgin,-libpurple>=2.0.0
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pidgin
${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/share/doc/pidgin/icb-plugin.txt
.include <bsd.port.mk>