aboutsummaryrefslogtreecommitdiff
path: root/irc/icbirc/Makefile
blob: e6994e7a412723beb941bf8c77b1677965c0c967 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: hrs
# $FreeBSD$

PORTNAME=	icbirc
PORTVERSION=	2.1
CATEGORIES=	irc
MASTER_SITES=	http://www.benzedrine.cx/

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	Proxy IRC client and ICB server

BROKEN=		unfetchable

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${FILESDIR}/COPYING

USES=		uidfix
MAKE_ENV=	BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
PLIST_FILES=	bin/icbirc \
		man/man8/icbirc.8.gz

post-patch:
	${REINPLACE_CMD} -e '/^static const char rcsid/d' ${WRKSRC}/*.c

.include <bsd.port.mk>