1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/gdb-m68k/Makefile
Steve Price 007432e2c5 Remove NO_PACKAGE from these too.
Noticed by:	asami
1998-11-24 03:36:50 +00:00

28 lines
570 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: 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>