# New ports collection makefile for: ngircd # Date created: 1 May CEST 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= ngircd PORTVERSION= 0.7.7 CATEGORIES= irc MASTER_SITES= http://download.berlios.de/ngircd/ \ ftp://ftp.berlios.de/pub/ngircd/ MAINTAINER= krion@FreeBSD.org COMMENT= Free open source daemon for Internet Relay Chat (IRC) GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if exists(/usr/include/tcpd.h) WITH_TCP_WRAPPERS= yes CONFIGURE_ARGS+= --with-tcp-wrappers .endif .if defined(WITHOUT_SYSLOG) CONFIGURE_ARGS+= --without-syslog .endif .if defined(WITHOUT_ZLIB) CONFIGURE_ARGS+= --without-zlib .endif MAN5= ngircd.conf.5 MAN8= ngircd.8 pre-configure: @${ECHO_MSG} "" .if defined(WITH_TCP_WRAPPERS) @${ECHO_MSG} "Enabling TCP wrappers support" @${ECHO_MSG} "" .endif .if defined(WITHOUT_SYSLOG) @${ECHO_MSG} "Disable syslog support" @${ECHO_MSG} "" .endif .if defined(WITHOUT_ZLIB) @${ECHO_MSG} "Disable zlib suppot" @${ECHO_MSG} "" .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include d>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.13.3ehaupt2006-05-313-812/+812
* SHA256ifyedwin2006-01-221-0/+1
* Reset maintainer: "I don't use FreeBSD at this time". Thanks for yourkris2005-12-031-1/+1
* update to 0.13.2oliver2005-07-034-142/+468
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* - Update to version 0.12.0krion2004-05-023-4/+5
* Add size data, approved by maintainers.trevor2004-03-251-0/+1
* - Update to version 0.11.8krion2004-01-074-63/+192
* Add missing @dirrmkris2003-04-051-0/+1
* Upgrade to gputils 0.11.0.roberto2003-03-243-7/+222
* De-pkg-comment.knu2003-02-212-1/+1
* - devel/gpasm to devel/gputils repocopy. gpasm is now part of gputils project.pat2002-07-095-139/+169
* Update to version 0.9.7kevlo2001-06-233-5/+8
* Upgrade to version 0.9.5kevlo2001-05-213-6/+128
* Update to version 0.8.10.steve2000-12-114-53/+9