1b6cae530a
- while there, prefer http MASTER_SITES
42 lines
943 B
Makefile
42 lines
943 B
Makefile
# $OpenBSD: Makefile,v 1.36 2011/08/20 09:11:51 sthen Exp $
|
|
|
|
COMMENT= Internet Relay Chat client
|
|
|
|
VERSION= 20110228
|
|
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/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
HOMEPAGE= http://www.eterna.com.au/ircii/
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c termcap
|
|
|
|
SUBST_VARS= VERSION
|
|
|
|
FAKE_FLAGS= INSTALL_IRC_NAME="ircII" \
|
|
INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
SEPARATE_BUILD= simple
|
|
AUTOCONF_VERSION= 2.13
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ARGS= --exec-prefix="${PREFIX}"
|
|
CONFIGURE_ENV+= IRCLIB='$$(DESTDIR)${PREFIX}/share/ircII'
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
@mv ${PREFIX}/bin/ircII-${VERSION} ${PREFIX}/bin/ircII
|
|
|
|
.include <bsd.port.mk>
|