openbsd-ports/net/bitchx/Makefile

43 lines
948 B
Makefile
Raw Normal View History

# $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 $
COMMENT= alternative ircII color client
VERSION= 1.0c18
DISTNAME= ircii-pana-${VERSION}
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/
MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/old/
# BSD
PERMIT_PACKAGE_CDROM= Yes
2000-03-22 17:39:39 -05:00
PERMIT_PACKAGE_FTP= Yes
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
SEPARATE_BUILD= concurrent
2000-02-17 02:25:19 -05:00
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu dest
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
pre-build:
@mv -f ${WRKBUILD}/Makefile ${WRKBUILD}/Makefile.new
@sed -e s#bzip2#true#g ${WRKBUILD}/Makefile.new > \
${WRKBUILD}/Makefile
post-install:
2000-08-15 18:48:19 -04:00
@cd ${PREFIX}/bin && ln -sf BitchX-${VERSION} BitchX
@chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/bitchx
1999-03-06 21:13:13 -05:00
.include <bsd.port.mk>