1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net-im/echat/Makefile
2006-09-05 09:18:30 +00:00

31 lines
907 B
Makefile

# New ports collection makefile for: echat
# Date created: 26 Aug 2003
# Whom: SeaD
#
# $FreeBSD$
#
PORTNAME= echat
DISTVERSION= 0.04beta1
CATEGORIES= net-im
MASTER_SITES= http://echat.deep.perm.ru/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= LAN chat program over the TCP/IP networks
MAN1= echat.1
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \
s|PREFIX=/usr/local|PREFIX=${PREFIX}|g ; \
s|CC=|CC?=|g' ${WRKSRC}/Makefile
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/.echatrc.sample ${PREFIX}/etc/echatrc.sample
@${ECHO} "======================================================================"
@${ECHO} " Please put \"${PREFIX}/etc/echatrc.sample\" in the right place."
@${ECHO} " eChat will search in \"~/.echatrc\". Then edit it as you want."
@${ECHO} "======================================================================"
.include <bsd.port.mk>