openbsd-ports/net/ii/Makefile
bentley 05a260cf32 Update to ii-1.7.
Changes since last release (http://lists.suckless.org/dev/1301/13945.html):

1.7 (2013-01-05)
    - -k now specifies an environment variable that contains the
      server key. This behaviour has been changed in order to not
      expose the password in the process list.
    - Fix parsing of JOIN messages for certain servers.
      Thanks Ivan Kanakarakis!
    - Use , rather than _ for slash characters in channel names.
      As per RFC , is not allowed in a channel name, while _ is.
      Thanks plomplomplom and Nils Dagsson Moskopp!

ok gsoares@ (maintainer)
2013-01-07 14:15:15 +00:00

31 lines
707 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/01/07 14:15:15 bentley Exp $
COMMENT= minimalist IRC client
DISTNAME= ii-1.7
CATEGORIES= net
HOMEPAGE= http://tools.suckless.org/ii
MASTER_SITES= http://dl.suckless.org/tools/
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
# MIT/X
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ii ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/ii.1 ${PREFIX}/man/man1/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ii
${INSTALL_DATA} ${WRKSRC}/{README,FAQ,query.sh} ${PREFIX}/share/doc/ii
.include <bsd.port.mk>