pkgsrc-wip/cvstrac/files/Makefile.in
yomram 1a58539daa Initial import of cvstrac-1.2.1
A Web-Based Bug And Patch-Set Tracking System For CVS.

Features
- Automatically generates a patch-set log from CVS check-in comments
- User-defined color-coded database queries
- Web-based administration of the CVSROOT/passwd file
- Built-in repository browser
- Built-in Wiki
- Very simple setup - a self-contained executable runs as CGI, from
  inetd, or as a stand-alone web server
- Minimal memory, disk and CPU requirements - works on old hardware
- Access permissions configurable separately for each user
- Allows for anonymous users
- Uses a built-in SQL database engine (SQLite) - no external RDBMS required
- Tested under Linux - works on other versions of Unix. Also  works under
  Windows
- Can be run from a  chroot jail for added security.
- GNU Public License

from http://www.cvstrac.org/
2006-05-20 05:12:43 +00:00

10 lines
215 B
Makefile

# $NetBSD: Makefile.in,v 1.1.1.1 2006/05/20 05:12:43 yomram Exp $
#
SRCDIR= .
TCC= ${CC} ${CFLAGS} ${LDFLAGS}
BCC= ${CC} ${CFLAGS} ${LDFLAGS}
E=
LIBSQLITE = -L${PREFIX}/lib -lsqlite -lcrypt -lm
.include "main.mk"