2011-09-16 07:13:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/09/16 11:13:39 espie Exp $
|
2007-05-24 07:43:41 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= ICB protocol plugin for Pidgin
|
2007-05-24 07:43:41 -04:00
|
|
|
|
|
|
|
DISTNAME= pidgin-icb-20070505
|
2011-09-16 07:13:37 -04:00
|
|
|
REVISION= 4
|
2007-05-24 07:43:41 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2008-01-17 08:23:02 -05:00
|
|
|
HOMEPAGE= http://nic.com.pl/~alek/pidgin-icb/
|
2007-05-24 07:43:41 -04:00
|
|
|
|
|
|
|
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= net/pidgin>=2.0.0
|
2007-05-24 07:43:41 -04:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
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>
|