freebsd-ports/devel/ald/Makefile
Edwin Groothuis 78a4a87f29 Update port: to version 0.1.7
PR:		ports/89910
Submitted by:	Patrick Alken <pa59@cornell.edu>
2005-12-04 06:15:38 +00:00

24 lines
488 B
Makefile

# New ports collection makefile for: ald
# Date created: 11 July 2003
# Whom: Patrick Alken <alken@colorado.edu>
#
# $FreeBSD$
#
PORTNAME= ald
PORTVERSION= 0.1.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= alken@colorado.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>