freebsd-ports/lang/m3gdb/Makefile

32 lines
676 B
Makefile
Raw Normal View History

# New ports collection makefile for: m3gdb
# Version required: 4.17
# Date created: 17 February 1999
# Whom: wagner@luthien.in-berlin.de
#
1999-08-25 02:35:40 -04:00
# $FreeBSD$
#
DISTNAME= m3gdb-4.17
CATEGORIES= lang devel
MASTER_SITES= http://people.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>