blob: f390657056bc856c8fa4a29edf1ae727b3b50842 (
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.17
# Date created: 7 Jul 98
# Whom: Jerry Hicks <jhicks@glenatl.glenayre.com>
#
# $Id$
#
DISTNAME= gdb-4.17
PKGNAME= m68kgdb-4.17
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= jhicks@glenatl.glenayre.com
NO_PACKAGE= please compile locally
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>
|