1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/sysutils/ah-tty/Makefile
John Marino af25d749ff sysutils/ah-tty: document ncurses requirement
Approved by:	ncurses blanket
2016-08-23 17:03:17 +00:00

29 lines
599 B
Makefile

# Created by: Michael L. Hostbaek <mich@freebsdcluster.org>
# $FreeBSD$
PORTNAME= ah-tty
PORTVERSION= 0.3.12
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= mich@FreeBSD.org
COMMENT= Ah-tty is an automatic helper for command prompts and shells
USES= ncurses
GNU_CONFIGURE= yes
USE_CSTD= gnu89
PLIST_FILES= bin/ah-tty bin/ah-tty.static \
share/ah-tty.conf man/man1/ah-tty.1.gz
INFO= ah-tty
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
${WRKSRC}/dillib/vty/vtlabel.c
@${REINPLACE_CMD} -e 's|##x|x|' \
${WRKSRC}/include/platform.h
.include <bsd.port.mk>