openbsd-ports/net/pidgin-icb/Makefile
ajacoutot fddcb3879d - change HOMEPAGE
from and on behalf of alek@
2008-01-17 13:23:02 +00:00

34 lines
686 B
Makefile

# $OpenBSD: Makefile,v 1.5 2008/01/17 13:23:02 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= ICB protocol plugin for Pidgin
DISTNAME= pidgin-icb-20070505
PKGNAME= ${DISTNAME}p2
CATEGORIES= net
HOMEPAGE= http://nic.com.pl/~alek/pidgin-icb/
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}
RUN_DEPENDS= :pidgin->=2.0.0:net/pidgin
NO_REGRESS= 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>