summaryrefslogblamecommitdiff
path: root/lang/m3gdb/Makefile
blob: c3b0a2e7fb2d3f4bbeda388fc04292c32568fcaf (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            


                                                  
           

 

                     
                          

                                    

                                      
 
                               
 

                                  


                       
 




                                              




                                                            
                           
# New ports collection makefile for:   m3gdb
# Date created:        17 February 1999
# Whom:                wagner@luthien.in-berlin.de
#
# $FreeBSD$
#

PORTNAME=	m3gdb
PORTVERSION=	4.17
CATEGORIES=	lang devel
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=jdp/m3gdb
DISTFILES=	m3gdb-4.17.tar.gz \
		m3gdb-fbsd-4.17.tar.gz

MAINTAINER=	jdp@FreeBSD.org

BROKEN=		"Does not compile"

MAN1=		m3gdb.1
MANCOMPRESSED=	yes
ONLY_FOR_ARCHS=	i386

.include <bsd.port.pre.mk>

.if ${PORTOBJFORMAT} == "aout"
BROKEN=		does not support a.out systems
.endif

pre-build:
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make depend
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make libbuild

.include <bsd.port.post.mk>