aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ald/Makefile
blob: 8fb886c3b29270e955d022d027298ecd6fc1a8c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    ald
# Date created:        11 July 2003
# Whom:                Patrick Alken <pa59@cornell.edu>
#
# $FreeBSD$
#

PORTNAME=   ald
PORTVERSION=    0.1.4
CATEGORIES= devel
MASTER_SITES=   http://dunx1.irt.drexel.edu/~psa22/source/

MAINTAINER= pa59@cornell.edu
COMMENT=    Debugger for assembly level programs

GNU_CONFIGURE=  yes

MAN8=       ald.8
ONLY_FOR_ARCHS= i386

.include <bsd.port.mk>