openbsd-ports/net/icbirc/Makefile
sthen 4f0f377f90 add a MESSAGE with a quick note about disabling "CAP LS" in
newer irssi versions; use https HOMEPAGE/MASTER_SITES while there
2022-10-27 14:04:51 +00:00

23 lines
393 B
Makefile

COMMENT= proxy IRC client with ICB server
DISTNAME= icbirc-2.1
REVISION= 4
CATEGORIES= net
MASTER_SITES= https://www.benzedrine.ch/
HOMEPAGE= https://www.benzedrine.ch/icbirc.html
# BSD
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB= c
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icbirc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/icbirc.8 ${PREFIX}/man/man8
.include <bsd.port.mk>