openbsd-ports/net/irssi-icb/Makefile
sthen a2dcbf939e display changed topic and your /nick changes in the status bar,
convert times in /who to readable format, display the correct user
name when someone /beeps you, and add a note to the README.

ok jasper
2008-04-21 10:35:27 +00:00

37 lines
798 B
Makefile

# $OpenBSD: Makefile,v 1.16 2008/04/21 10:35:27 sthen Exp $
SHARED_ONLY= Yes
COMMENT= ICB plugin for irssi
DISTNAME= irssi-icb-0.14
PKGNAME= ${DISTNAME}p2
MASTER_SITES= http://humppa.nl/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>