diff options
author | mrg <mrg@pkgsrc.org> | 2002-11-08 11:47:49 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2002-11-08 11:47:49 +0000 |
commit | 490e61d46e4bac33f0e8c939c337246dccde4bf2 (patch) | |
tree | 33b1d0efb984dad78f049cb75e8c4c1d76f81d3e /devel/aegis/Makefile | |
parent | 2102971755db683a2fcd7640ddabb91a38e884ef (diff) | |
download | pkgsrc-490e61d46e4bac33f0e8c939c337246dccde4bf2.tar.gz |
initial import of the aegis package, from Matthew at Aldous dot com in PR#18969:
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.
Diffstat (limited to 'devel/aegis/Makefile')
-rw-r--r-- | devel/aegis/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile new file mode 100644 index 00000000000..cdbeff3563d --- /dev/null +++ b/devel/aegis/Makefile @@ -0,0 +1,15 @@ +# $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" |