openbsd-ports/net/ircII/Makefile
2022-03-11 19:45:43 +00:00

37 lines
761 B
Makefile

COMMENT= Internet Relay Chat client
VERSION= 20210314
DISTNAME= ircii-${VERSION}
PKGNAME= ircII-${VERSION}
CATEGORIES= net
MASTER_SITES= https://ircii.warped.com/ \
https://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= Yes
WANTLIB= c crypto curses iconv ssl
FAKE_FLAGS= INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}"
LIB_DEPENDS = converters/libiconv
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-liconv"
SUBST_VARS= VERSION
NO_TEST= Yes
.include <bsd.port.mk>