aboutsummaryrefslogtreecommitdiff
path: root/devel/ald/Makefile
blob: cd07249a4a223e607716ee86d134a5207e3eae96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Patrick Alken <alken@colorado.edu>
# $FreeBSD$

PORTNAME=		ald
PORTVERSION=		0.1.7
PORTREVISION=	1
CATEGORIES=		devel
MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=		alken@colorado.edu
COMMENT=		Debugger for assembly level programs

GNU_CONFIGURE=		yes
USES=			readline

PLIST_FILES=		bin/ald man/man8/ald.8.gz
ONLY_FOR_ARCHS=		i386
NOPRECIOUSMAKEVARS=	yes

.include <bsd.port.mk>