mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fbeafdb5f9
It used to depend on a bunch of files from the FreeBSD source tree. But the import of gdb-4.18 and the restructuring connected with that broke the port. I have created a second distfile containing the needed files, and this port now gets them from there. Also mark this port broken for everything except i386/elf. I don't have time to fix the other platforms before the 3.3-RELEASE ports freeze.
32 lines
673 B
Makefile
32 lines
673 B
Makefile
# 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>
|