# Created by: Oliver Eikemeier # $FreeBSD$ PORTNAME= miau PORTVERSION= 0.6.6 PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= SF MAINTAINER= freebsd-ports@dan.me.uk COMMENT= Fully featured easy to use IRC-bouncer USES= iconv tar:bzip2 GNU_CONFIGURE= yes INFO= miau CONFIGURE_ARGS= --enable-dccbounce \ --enable-automode \ --enable-releasenick \ --enable-ctcp-replies \ --enable-mkpasswd \ --enable-uptime \ --enable-chanlog \ --enable-privlog \ --enable-onconnect \ --enable-empty-awaymsg \ --enable-dumpstatus \ --disable-dependency-tracking CPPFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= DOCS IPV6ONLY IPV6ONLY_DESC= Enable IPv6 ONLY (disables IPv4) .include .if ${PORT_OPTIONS:MIPV6ONLY} CONFIGURE_ARGS+= --enable-ipv6 .endif post-patch: @${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} .endif .include 4/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename dns/ patch-xy patches to reflect the files they modify.adamw2014-07-292-0/+0
* - Fix dnscache-conf referring to STAGEDIR when IP6 option is selected.bdrewery2014-05-311-2/+3
* - Use DO_MAKE_BUILD instead of MAKE_CMD so that WITH_CCACHE_BUILD works.bdrewery2014-04-171-1/+1
* - Fix race during build of DJB ports that could lead to files leaking out ofbdrewery2014-04-041-3/+4
* - Use ECHO_CMD instead of echobdrewery2014-04-031-4/+4
* Touch all -conf files so they do not get rebuilt after auto_home.o has been r...bapt2014-03-261-0/+1
* dns/djbdns: Fix *-conf referencing stage directoriesbapt2014-03-021-2/+2
* distinfo for other patches was trimmed out by make makesum :-/lx2014-02-181-0/+12
* Revert to test23 version of fefe's patch, as test25 causes repeated segfaults...lx2014-02-183-34/+14
* Readd stage supportbapt2014-02-172-14/+38
* Further remove remnants of stage support.lx2014-02-052-28/+9
* Remove STAGE support, it screws up the run scripts.lx2014-02-051-3/+4
* Add conflictslx2014-01-081-0/+1
* Add stage support, update ipv6 patch, update root server IPs, change MAN hand...lx2014-01-045-32/+60
* multiple: sync LEGALeadler2013-12-121-0/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Add option to auto-add users for dnscache, tinydns and dnslog.lx2013-07-241-1/+7
* Dodge "WITH_IPV6" newly becoming the default, since it pulls in an unofficiallx2013-05-232-12/+12
* Finish converting dns to new options frameworkbapt2013-03-261-33/+31
* Add DNSCurve support for dnscache, using Michael Dempsky's patch.lx2012-02-182-6/+22
* - Get Rid MD5 supportmiwi2011-03-201-8/+0
* Update the djbdns IPv6 patch, loong overdue.roam2009-09-04