1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/irc/bitchx/Makefile
Matthew Hunt 45e0585b78 Upgrade to 74p4.
Requested by: Brad Smith <bsmith@bfmni.com>
1998-04-19 05:35:32 +00:00

31 lines
814 B
Makefile

# New ports collection makefile for: BitchX ircII client
# Version required: 74p4
# Date created: 26 Jan 1998
# Whom: griffin
#
# $Id: Makefile,v 1.1.1.1 1998/04/18 02:04:44 mph Exp $
#
DISTNAME= ircii-pana-74p4
PKGNAME= bitchx-74p4
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/
MAINTAINER= griffin@blackhole.iceworld.org
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/BitchX
post-patch:
${SED} -e s,__PREFIX__,$(PREFIX), $(WRKSRC)/include/config.h > $(WRKSRC)/include/config.h.new
${MV} $(WRKSRC)/include/config.h.new $(WRKSRC)/include/config.h
do-install:
${MKDIR} ${PREFIX}/lib/BitchX
${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/BitchX
.include <bsd.port.mk>