summaryrefslogtreecommitdiff
path: root/devel/gdb-m68k/Makefile
blob: b11e5a571762a49921eab2c79b06fd1fc1a902b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    m68kgdb
# Version required:     4.17
# Date created:         7 Jul 98
# Whom:                 Jerry Hicks <jhicks@glenatl.glenayre.com>
#
# $Id: Makefile,v 1.5 1998/11/21 17:55:47 steve Exp $
#

DISTNAME=	gdb-4.17
PKGNAME=	m68kgdb-4.17
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GNU}

MAINTAINER=	Jerry.Hicks@Glenayre.com

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS= --target=m68k-coff

MAN1=		m68k-coff-gdb.1

INSTALL_TARGET=install

do-install:
	(cd ${WRKSRC}/gdb && ${GMAKE} ${INSTALL_TARGET})

.include <bsd.port.mk>