1999-02-28 23:11:23 -05:00
|
|
|
# New ports collection makefile for: m3gdb
|
|
|
|
# Date created: 17 February 1999
|
|
|
|
# Whom: wagner@luthien.in-berlin.de
|
|
|
|
#
|
1999-08-25 02:35:40 -04:00
|
|
|
# $FreeBSD$
|
1999-02-28 23:11:23 -05:00
|
|
|
#
|
|
|
|
|
2000-04-12 02:21:15 -04:00
|
|
|
PORTNAME= m3gdb
|
|
|
|
PORTVERSION= 4.17
|
1999-09-08 14:02:33 -04:00
|
|
|
CATEGORIES= lang devel
|
2000-06-28 11:35:58 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR=jdp/m3gdb
|
1999-09-08 14:02:33 -04:00
|
|
|
DISTFILES= m3gdb-4.17.tar.gz \
|
|
|
|
m3gdb-fbsd-4.17.tar.gz
|
1999-02-28 23:11:23 -05:00
|
|
|
|
1999-09-08 14:02:33 -04:00
|
|
|
MAINTAINER= jdp@FreeBSD.org
|
1999-02-28 23:11:23 -05:00
|
|
|
|
2001-08-20 02:29:37 -04:00
|
|
|
BROKEN= "Does not compile"
|
|
|
|
|
1999-09-08 14:02:33 -04:00
|
|
|
MAN1= m3gdb.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
ONLY_FOR_ARCHS= i386
|
1999-02-28 23:11:23 -05:00
|
|
|
|
1999-09-08 14:02:33 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PORTOBJFORMAT} == "aout"
|
|
|
|
BROKEN= does not support a.out systems
|
|
|
|
.endif
|
1999-02-28 23:11:23 -05:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make depend
|
|
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make libbuild
|
|
|
|
|
1999-09-08 14:02:33 -04:00
|
|
|
.include <bsd.port.post.mk>
|