# New ports collection makefile for: ircproxy # Date created: 10 July 2003 # Whom: Jonas Kvinge # # $FreeBSD$ # PORTNAME= ircproxy PORTVERSION= 1.3.3c CATEGORIES= irc MASTER_SITES= SF MAINTAINER= jonas@night-light.net COMMENT= An IRC proxy/bouncer daemon LIB_DEPENDS= cares.1:${PORTSDIR}/dns/c-ares GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${LOCALBASE} OPTIONS= SSL "Enable SSL support" on \ IPV6 "Enable IPv6 support" on \ MEMDEBUG "Enable memory debugging" on \ FDDEBUG "Enable file descriptor debugging" on .include .if defined(WITH_SSL) .include "${PORTSDIR}/Mk/bsd.openssl.mk" .else CONFIGURE_ARGS+= --disable-ssl .endif .if !defined(WITH_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif .if defined(WITH_MEMDEBUG) CONFIGURE_ARGS+= --enable-memdebug .else CONFIGURE_ARGS+= --disable-memdebug .endif .if defined(WITH_FDDEBUG) CONFIGURE_ARGS+= --enable-fddebug .else CONFIGURE_ARGS+= --disable-fddebug .endif .include g' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 5.0.0.mat2014-06-251-0/+7
* - Update to 1.5.0jhale2014-06-221-0/+14
* - Remove textproc/m17n-contrib was incorporated into m17n-dbmiwi2014-06-181-0/+8
* Improve the English on the subversion entry, remove trailing whitespace.rakuco2014-06-171-16/+17
* subversion port has been overhauled. Some optional parts was extractedlev2014-06-161-0/+30
* Make sure pkg updating catches the icu update messagebapt2014-06-121-1/+1
* Remove a confusing line all ports depending on icu should be rebuilt anywaybapt2014-06-121-1/+0
* Update to icu 53.1, recommand to the user to rebuild all their applications d...bapt2014-06-111-0/+14
* UPDATING: unbreak for certain toolseadler2014-06-111-4/+4
* - Update Firefox to 30.0beat2014-06-111-0/+8
* Revert r357160, clamav is now fixedgarga2014-06-101-9/+0
* Add a note about clamav build being broken when old version is installed whil...garga2014-06-091-0/+9
* Fix typo in old entry on libiconvbdrewery2014-06-071-1/+1
* -Add more options for rc scriptfeld2014-06-061-0/+13
* - Update Zetacoin to 0.8.99.16cs2014-06-041-0/+13
* - Fix datesunpoet2014-05-301-2/+2
* Change postgresql's default version to 9.2.mat2014-05-301-0/+13
* - Whitespace cleanupmiwi2014-05-291-2/+2
* Finish the replacement of calife-devel by calife.roberto2014-05-281-0/+19
* Update to new upstream release 6.0.30.mandree2014-05-271-0/+12
* Add the updating entry about luabapt2014-05-271-0/+13
* Split up py-dbus and py-gobject3 into a -common and a python 2 and 3 port.kwm2014-05-251-0/+19
* Respect hier(7) for config filesgrembo2014-05-211-0/+12
* - Update to 2014.63ak2014-05-201-0/+10
* Switch firebird to use DEFAULT_VERSIONS macro to set the defaultbapt2014-05-121-0/+9
* - Move lang/open-cobol to lang/gnu-cobol to reflect project changesjohans2014-05-081-0/+13
* Update to 1.0.10.romain2014-05-061-0/+11
* - Move security/yassl to security/cyassl in preparation for the import of thegahr2014-05-06