aboutsummaryrefslogtreecommitdiff
path: root/lang/m3gdb/Makefile
blob: bc8231c89a164d717682d245dfb887305e332c70 (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
29
30
31
# New ports collection makefile for:   m3gdb
# Version required:    4.17
# Date created:        17 February 1999
# Whom:                wagner@luthien.in-berlin.de
#
# $FreeBSD$
#

DISTNAME=	m3gdb-4.17
CATEGORIES=	lang devel
MASTER_SITES=	http://www.freebsd.org/~jdp/distfiles/
DISTFILES=	m3gdb-4.17.tar.gz \
		m3gdb-fbsd-4.17.tar.gz

MAINTAINER=	jdp@FreeBSD.org

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>