# New ports collection makefile for: bitlbee # Date created: 10 June 2003 # Whom: Peter van Dijk # # $FreeBSD$ # PORTNAME= bitlbee PORTVERSION= 1.0.3 PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ PATCH_SITES= http://get.bitlbee.org/patches/ MAINTAINER= ports@FreeBSD.org COMMENT= An IRC to other chat networks gateway SUB_FILES= pkg-message MAN5= bitlbee.conf.5 MAN8= bitlbee.8 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 USE_GETOPT_LONG=yes PKGMESSAGE= ${WRKDIR}/pkg-message OPTIONS= MSN "Enable MSN protocol support" On \ LDAP "Enable LDAP authentication support" Off \ RECODE "Enable oscar_recode_charset" Off \ DEBUG "Create debuggable binary" Off \ OPENSSL "Use openssl rather than gnutls" Off \ IPV6 "Compile IPV6 support" On CONFIGURE_ARGS= --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee .include .if defined(WITH_LDAP) PATCHFILES+= ${PORTNAME}-1.0-ldap.diff .endif .if !defined(WITHOUT_MSN) CONFIGURE_ARGS+=--msn=1 .else CONFIGURE_ARGS+=--msn=0 --ssl=bogus .endif .if defined(WITH_OPENSSL) CONFIGURE_ARGS+=--ssl=openssl .else LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .endif .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+=--ldap=${LOCALBASE} .endif .if defined(WITH_RECODE) post-patch:: @cd ${WRKDIR} && \ ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/oscar-recode-patch .endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+=--debug=1 .endif .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--ipv6=0 .endif pre-install: @${MKDIR} -m 700 ${PREFIX}/etc/bitlbee post-install: @${CP} ${WRKSRC}/bitlbee.conf ${PREFIX}/etc/bitlbee/bitlbee.conf.orig @${CP} ${WRKSRC}/motd.txt ${PREFIX}/etc/bitlbee/motd.txt.orig @${CAT} ${PKGMESSAGE} .include .5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Update to 3.1.0wen2011-08-115-95/+97
* - Update to 3.0.7wen2011-03-142-5/+6
* - Restricted Python version to 2.5+, since 2.4 exits with a syntaxglarkin2010-08-121-1/+1
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1
* - Update to 3.0.6miwi2009-08-182-4/+4
* - Update to 3.0.5miwi2009-04-113-84/+94
* - Update to 3.0.4miwi2009-03-10