40c9c7f7eb
- Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
20 lines
430 B
Makefile
20 lines
430 B
Makefile
# Created by: Patrick Alken <alken@colorado.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ald
|
|
PORTVERSION= 0.1.7
|
|
PORTREVISION= 2
|
|
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>
|