3b85862d12
make that dependency unconditional instead of adding a FLAVOR. Also agreed with by naddy@, brad@ (maintainer) and David Hill.
38 lines
875 B
Makefile
38 lines
875 B
Makefile
# $OpenBSD: Makefile,v 1.42 2014/01/19 03:04:39 pascal Exp $
|
|
|
|
COMMENT= Internet Relay Chat client
|
|
|
|
VERSION= 20131230
|
|
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 termcap
|
|
|
|
FAKE_FLAGS= INSTALL_IRC_NAME="ircII" \
|
|
INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
MODULES = converters/libiconv
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= IRCLIB='$${datadir}/ircII' CPPFLAGS="-I${LOCALBASE}/include" LIBS="-liconv"
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-install:
|
|
@mv ${PREFIX}/bin/ircII-${VERSION} ${PREFIX}/bin/ircII
|
|
|
|
.include <bsd.port.mk>
|