freebsd-ports/devel/ald/Makefile
Kirill Ponomarev d3db0fad36 Update to 0.1.6
PR:		ports/69549
Submitted by:	maintainer
2004-07-25 07:15:45 +00:00

22 lines
426 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.mk>