mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
21 lines
430 B
Makefile
21 lines
430 B
Makefile
# 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>
|