mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
20 lines
414 B
Makefile
20 lines
414 B
Makefile
# Created by: Patrick Alken <alken@colorado.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ald
|
|
PORTVERSION= 0.1.7
|
|
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>
|