openbsd-ports/net/ircII/Makefile
naddy 3aa635f141 Update to 20151120:
* fix a program hang upon invalid utf-8 sequences
* /lastlog no longer adds trailing ^Os to log files

ok Brad
2015-12-02 21:52:16 +00:00

36 lines
779 B
Makefile

# $OpenBSD: Makefile,v 1.48 2015/12/02 21:52:16 naddy Exp $
COMMENT= Internet Relay Chat client
VERSION= 20151120
DISTNAME= ircii-${VERSION}
PKGNAME= ircII-${VERSION}
CATEGORIES= net
MASTER_SITES= http://ircii.warped.com/ \
http://ircii.warped.com/old/ \
ftp://ircii.warped.com/pub/ircII/ \
https://distfiles.macports.org/ircii/
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://www.eterna.com.au/ircii/
MAINTAINER= Brad Smith <brad@comstyle.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto ssl termcap
FAKE_FLAGS= INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}"
MODULES = converters/libiconv
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-liconv"
SUBST_VARS= VERSION
NO_TEST= Yes
.include <bsd.port.mk>