summaryrefslogtreecommitdiff
path: root/chat/icb/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-04-08Install sample files into the examples directory and treat icbserverdbjlam1-9/+11
as a config file since it may be modified on a per-system basis to select the default ICB server with which to connect. Bump the PKGREVISION to 2.
2006-01-22added -f option to rm command to ensure it works even if the archive getsschwarz1-2/+2
unpacked without user write permissions for the file to be removed.
2005-12-14Teach the backbone of NetBSD communication some ISO C tricks.joerg1-1/+5
- no errno, use errno.h - no redefinition of function parameters as local variables [how did this ever work?!] - malloc comes from stdlib.h - NAME_MAX is prefered when available, it is POSIX - strchr, strpbrk, strspn, strstr, strtol and strtoul can and should be used from libc. - remove tcl version of string.h, system header is good enough (and if it doesn't have index, it would have been broken anyway)
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-2/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-03-29Enable pkgviews installation.schmonz1-2/+6
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-11-23"r:-ltermcap" didn't remove -ltermcap. "s:-ltermcap:" does. Fixesschmonz1-2/+2
link error on Darwin.
2002-11-14buildlink1 -> buildlink2jlam1-9/+7
2002-06-02Darwinize.schmonz1-1/+8
2001-06-26Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-02-24First round of cleaning up INSTALL usage:hubertf1-2/+2
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-15Create new 'chat' category, featuring chat clients and servers of all kinds.wiz1-0/+30
Move some packages from 'net' here.