diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-03 05:39:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-03 05:39:10 +0000 |
commit | 7435350ec7cda36f6e718f16faf9c900f2c95d66 (patch) | |
tree | d13b49ae686c6a596ee05203d64a332895c42529 /devel/xxgdb/Makefile | |
parent | Upgrade, 1.9.11 -> 1.9.13. (diff) |
xxgdb 1.11, an X window interface for gdb.
Notes
Notes:
svn path=/head/; revision=1593
Diffstat (limited to '')
-rw-r--r-- | devel/xxgdb/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/xxgdb/Makefile b/devel/xxgdb/Makefile new file mode 100644 index 000000000000..f0b128cbd4ad --- /dev/null +++ b/devel/xxgdb/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xxgdb +# Version required: 1.11 +# Date created: 2 May 1995 +# Whom: jkh +# +# $Id: Makefile,v 1.8 1995/04/09 10:05:08 asami Exp $ +# + +DISTNAME= xxgdb-1.11 +CATEGORIES+= development programming +MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \ + ftp://crl.dec.com/pub/X11/contrib/utilities/ + +MAINTAINER= asami@FreeBSD.ORG + +USE_IMAKE= yes + +.include <bsd.port.mk> |