freebsd-ports/devel/gdb-m68k/Makefile
Steve Price d73ebf8c50 A few minor nits and cleanup pkg/PLIST.
PR:		7220 (2 of 5)
Submitted by:	maintainer
1998-08-09 01:33:35 +00:00

29 lines
561 B
Makefile

# 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>