mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
52389e7c81
PR: 214262 Submitted by: Dmitrij D. Czarkoff
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# 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
|
|
|
|
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>
|