freebsd-ports/devel/ald/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

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>