1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/ald/Makefile
Kris Kennaway 0a11e6777c BROKEN on 5.x: Broken by make(1) changes
Approved by:    portmgr (self)
2004-09-17 22:37:24 +00:00

29 lines
549 B
Makefile

# New ports collection makefile for: ald
# Date created: 11 July 2003
# Whom: Patrick Alken <pa59@cornell.edu>
#
# $FreeBSD$
#
PORTNAME= ald
PORTVERSION= 0.1.6
CATEGORIES= devel
MASTER_SITES= http://ald.sourceforge.net/source/
MAINTAINER= pa59@cornell.edu
COMMENT= Debugger for assembly level programs
GNU_CONFIGURE= yes
MAN8= ald.8
PLIST_FILES= bin/ald
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Broken by make(1) changes on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>