19 lines
402 B
Makefile
19 lines
402 B
Makefile
|
# 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>
|