openbsd-ports/net/bitlbee/Makefile
sturm 327d3a4380 update to bitlbee 0.80
from Han Boetes <han@linux-mandrake.com>
2003-06-28 07:38:29 +00:00

42 lines
898 B
Makefile

# $OpenBSD: Makefile,v 1.3 2003/06/28 07:38:29 sturm Exp $
COMMENT= "IRC-proxy to connect to icq, aol, msn and jabber"
DISTNAME= bitlbee-0.80
CATEGORIES= net
HOMEPAGE= http://www.lintux.cx/bitlbee.html
MAINTAINER= Han Boetes <han@linux-mandrake.com>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.lintux.cx/downloads/
DB_DIR?= /var/bitlbee
DOCS= ${FILESDIR}/user-guide.html
DOCDIR= ${PREFIX}/share/doc/bitlbee/
SUBST_VARS= DB_DIR DOCDIR
USE_GMAKE= Yes
CONFIGURE_STYLE= simple
CONFIGURE_ARGS+= --bindir=${PREFIX}/libexec \
--mandir=${PREFIX}/man \
--config=${DB_DIR} \
--etcdir=${PREFIX}/share/bitlbee
LIB_DEPENDS= glib::devel/glib
MAKE_ENV= CC="${CC}"
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${DOCS} ${DOCDIR}
.include <bsd.port.mk>