# Created by: Jonas Kvinge # $FreeBSD$ PORTNAME= ircproxy PORTVERSION= 1.3.6 PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= sylvio@FreeBSD.org COMMENT= An IRC proxy/bouncer daemon LICENSE= GPLv3 LIB_DEPENDS= cares:${PORTSDIR}/dns/c-ares USE_BZIP2= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include USERS= ircproxyd GROUPS= ircproxyd SUB_LIST= IRC_USR=${USERS} IRC_GRP=${GROUPS} SUB_FILES= pkg-deinstall OPTIONS_DEFINE= SSL IPV6 MEMDEBUG FDDEBUG OPTIONS_DEFAULT= SSL MEMDEBUG FDDEBUG MEMDEBUG_DESC= Enable memory debugging FDDEBUG_DESC= Enable file descriptor debugging NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes .else CONFIGURE_ARGS+= --disable-ssl .endif .if ! ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --disable-ipv6 .endif .if ${PORT_OPTIONS:MMEMDEBUG} CONFIGURE_ARGS+= --enable-memdebug .else CONFIGURE_ARGS+= --disable-memdebug .endif .if ${PORT_OPTIONS:MFDDEBUG} CONFIGURE_ARGS+= --enable-fddebug .else CONFIGURE_ARGS+= --disable-fddebug .endif post-patch: @${REINPLACE_CMD} -e 's|EUSER="ircproxy"|EUSER="ircproxyd"|g; \ s|EGROUP="users"|EGROUP="ircproxyd"|g' ${WRKSRC}/data/${PORTNAME}d.conf .include option value='cinnamon-2.8'>cinnamon-2.8 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* - Switch to options helpersamdmi32015-08-271-4/+2
* Cleanup plistantoine2014-11-121-2/+0
* - Drop .la files for japanese/kakasi, no dependees require themamdmi32014-09-122-4/+4
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-0/+1
* - Update to version 2.3.5.tijl2014-02-093-24/+36