openbsd-ports/net/bitchx/Makefile
brad e34fb70d38 upgrade to BitchX 1.0c18
--
Based on patches from & the new maintainer:
Vincent Derrien <vincent.derrien@free.fr>
2002-03-01 00:18:11 +00:00

39 lines
929 B
Makefile

# $OpenBSD: Makefile,v 1.33 2002/03/01 00:18:11 brad Exp $
# $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}
CATEGORIES= net
NEED_VERSION= 1.504
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
ftp://ftp.bitchx.org/pub/BitchX/source/
MAINTAINER= Vincent Derrien <vincent.derrien@free.fr>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SUBST_VARS= VERSION
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu dest
WRKDIST= ${WRKDIR}/BitchX
pre-build:
@mv -f ${WRKBUILD}/Makefile ${WRKBUILD}/Makefile.new
@sed -e s#bzip2#true#g ${WRKBUILD}/Makefile.new > \
${WRKBUILD}/Makefile
post-install:
@cd ${PREFIX}/bin && ln -sf BitchX-${VERSION} BitchX
@chown -R root.wheel ${PREFIX}/share/bitchx
.include <bsd.port.mk>