blob: f0b128cbd4ad58bc61408a170d1ce209da0eedc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|