490e61d46e
Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible.
15 lines
366 B
Makefile
15 lines
366 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/11/08 11:47:49 mrg Exp $
|
|
#
|
|
|
|
DISTNAME= aegis-4.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://aegis.sourceforge.net/
|
|
|
|
MAINTAINER= Matthew@Aldous.com
|
|
HOMEPAGE= http://aegis.sourceforge.net
|
|
COMMENT= Aegis is a transaction base software configuration management system
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|