phessler 5231142c8a The icb protocol limits each message to 255 chars, so automagically
split at a reasonable length, so the messages actually get delivered to
the server.

Patch taken from pkgsrc
OK sthen@, landry@
2010-06-04 14:16:22 +00:00

37 lines
816 B
Makefile

# $OpenBSD: Makefile,v 1.20 2010/06/04 14:16:22 phessler Exp $
SHARED_ONLY= Yes
COMMENT= ICB plugin for irssi
DISTNAME= irssi-icb-0.14
PKGNAME= ${DISTNAME}p5
MASTER_SITES= http://www.phil.uu.nl/~lievisse/distfiles/
CATEGORIES= net
BUILD_DEPENDS= ::net/irssi:configure \
::devel/glib
RUN_DEPENDS= :irssi-*:net/irssi
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-irssi=${WRKDIR}/irssi-src
post-extract:
@ln -sf ${WRKDIR}/net/irssi/irssi-* ${WRKDIR}/irssi-src
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/irssi
${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/share/doc/irssi/icb-plugin.txt
.include <bsd.port.mk>