freebsd-ports/devel/ald/Makefile
Yen-Ming Lee 10cc56fa8f - add NOPRECIOUSMAKEVARS=yes and unbreak it on 5.x
PR:		71844
Submitted by:	leeym
Approved by:	maintainer timeout
2004-10-12 18:16:02 +00:00

23 lines
449 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
NOPRECIOUSMAKEVARS=yes
.include <bsd.port.mk>