1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/irc/bitlbee/Makefile
Edwin Groothuis a0fc0ca5bb New port: net/bitlbee
This is a new port for bitlbee (http://www.lintux.cx/bitlbee.html)
	which acts as an IRC server and then is an ICQ/AIM/MSN/Jabber
	etc. client itself.

PR:		ports/53232
Submitted by:	Peter van Dijk <peter@dataloss.nl>
2003-08-30 06:11:49 +00:00

28 lines
624 B
Makefile

# New ports collection makefile for: bitlbee
# Date created: 10 June 2003
# Whom: Peter van Dijk <peter@dataloss.nl>
#
# $FreeBSD$
#
PORTNAME= bitlbee
PORTVERSION= 0.74a
PORTREVISION= 0
CATEGORIES= irc
MASTER_SITES= http://www.lintux.cx/downloads/
MAINTAINER= peter@dataloss.nl
COMMENT= An IRC to other chat networks gateway
MAN8= bitlbee.8
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee
USE_GMAKE= yes
USE_GNOME= glib12
pre-install:
@mkdir -p -m 700 ${PREFIX}/etc/bitlbee
.include <bsd.port.mk>