2007-09-15 18:36:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.43 2007/09/15 22:36:52 merdely Exp $
|
1999-03-06 21:13:13 -05:00
|
|
|
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
|
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= alternative ircII color client
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2002-02-28 19:18:11 -05:00
|
|
|
VERSION= 1.0c18
|
|
|
|
DISTNAME= ircii-pana-${VERSION}
|
2003-06-24 16:04:14 -04:00
|
|
|
PKGNAME= BitchX-${VERSION}p3
|
1999-03-06 21:13:13 -05:00
|
|
|
CATEGORIES= net
|
2002-10-27 20:38:44 -05:00
|
|
|
|
2004-06-26 14:36:25 -04:00
|
|
|
HOMEPAGE= http://www.bitchx.org/
|
|
|
|
|
2004-06-26 14:40:03 -04:00
|
|
|
MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/old/
|
2000-02-17 02:24:24 -05:00
|
|
|
|
2003-03-27 10:46:11 -05:00
|
|
|
# BSD
|
2000-09-18 08:25:56 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2000-03-22 17:39:39 -05:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2000-09-18 08:25:56 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2000-03-22 17:39:39 -05:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c crypto ncurses ssl m
|
2000-03-22 17:39:39 -05:00
|
|
|
|
2000-08-15 18:48:19 -04:00
|
|
|
SUBST_VARS= VERSION
|
|
|
|
|
2000-01-30 01:49:58 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-02-17 02:25:19 -05:00
|
|
|
USE_GMAKE= Yes
|
2000-06-22 14:18:45 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
2004-03-03 18:53:03 -05:00
|
|
|
CONFIGURE_ARGS+=--with-ssl
|
1999-03-06 21:13:13 -05:00
|
|
|
|
2000-02-10 19:37:15 -05:00
|
|
|
WRKDIST= ${WRKDIR}/BitchX
|
1999-03-06 21:13:13 -05:00
|
|
|
|
2002-10-27 20:38:44 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2002-02-28 19:18:11 -05:00
|
|
|
pre-build:
|
|
|
|
@mv -f ${WRKBUILD}/Makefile ${WRKBUILD}/Makefile.new
|
|
|
|
@sed -e s#bzip2#true#g ${WRKBUILD}/Makefile.new > \
|
|
|
|
${WRKBUILD}/Makefile
|
|
|
|
|
1999-12-06 12:24:18 -05:00
|
|
|
post-install:
|
2000-08-15 18:48:19 -04:00
|
|
|
@cd ${PREFIX}/bin && ln -sf BitchX-${VERSION} BitchX
|
2002-03-03 08:12:29 -05:00
|
|
|
@chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/bitchx
|
1999-03-06 21:13:13 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|