aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gdb-m68k/Makefile
blob: b6677008b0238bda00a11f46ba26f192cbf80448 (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
28
# New ports collection makefile for:    m68kgdb
# Version required:     4.18
# Date created:         7 Jul 98
# Whom:                 Jerry Hicks <Jerry.Hicks@Glenayre.com>
#
# $Id: Makefile,v 1.7 1999/01/27 07:41:09 fenner Exp $
#

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

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>