1998-06-28 23:34:20 +00:00
|
|
|
# New ports collection makefile for: m68kgdb
|
|
|
|
# Version required: 4.17
|
1998-08-09 01:33:35 +00:00
|
|
|
# Date created: 7 Jul 98
|
|
|
|
# Whom: Jerry Hicks <jhicks@glenatl.glenayre.com>
|
1998-03-16 03:24:32 +00:00
|
|
|
#
|
1998-08-17 00:23:06 +00:00
|
|
|
# $Id: Makefile,v 1.3 1998/08/09 01:33:32 steve Exp $
|
1998-03-16 03:24:32 +00:00
|
|
|
#
|
|
|
|
|
1998-06-28 23:34:20 +00:00
|
|
|
DISTNAME= gdb-4.17
|
|
|
|
PKGNAME= m68kgdb-4.17
|
1998-03-16 03:24:32 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
|
1998-08-09 01:33:35 +00:00
|
|
|
MAINTAINER= jhicks@glenatl.glenayre.com
|
1998-03-16 03:24:32 +00:00
|
|
|
|
1998-08-17 00:23:06 +00:00
|
|
|
NO_PACKAGE= limited audience
|
1998-03-16 03:24:32 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-06-28 23:34:20 +00:00
|
|
|
USE_GMAKE= yes
|
1998-08-09 01:33:35 +00:00
|
|
|
CONFIGURE_ARGS= --target=m68k-coff
|
1998-03-16 03:24:32 +00:00
|
|
|
|
|
|
|
MAN1= m68k-coff-gdb.1
|
|
|
|
|
|
|
|
INSTALL_TARGET=install
|
|
|
|
|
|
|
|
do-install:
|
1998-08-09 01:33:35 +00:00
|
|
|
(cd ${WRKSRC}/gdb && ${GMAKE} ${INSTALL_TARGET})
|
1998-03-16 03:24:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|