# New ports collection makefile for:	scogdb
# Version required:	4.17
# Date created:		26 Nov 98
# Whom:			Pedro F. Giffuni
#
# $FreeBSD: ports/devel/scogdb/Makefile,v 1.7 1999/08/25 05:50:10 obrien Exp $
#

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

MAINTAINER=	ports@FreeBSD.org

BUILD_DEPENDS=	i386-sco-gcc:${PORTSDIR}/devel/crosssco

NO_CDROM=	"limited audience, cross compiler"
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
TARGET=		i386-sco
CONFIGURE_ARGS=	--target=$(TARGET)

MAN1=		${TARGET}-gdb.1

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

.include <bsd.port.mk>
