1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/sysutils/ah-tty/Makefile

27 lines
557 B
Makefile

# Created by: Michael L. Hostbaek <mich@freebsdcluster.org>
# $FreeBSD$
PORTNAME= ah-tty
PORTVERSION= 0.3.12
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= mich@FreeBSD.org
COMMENT= Ah-tty is an automatic helper for command prompts and shells
GNU_CONFIGURE= yes
PLIST_FILES= bin/ah-tty bin/ah-tty.static share/ah-tty.conf
MAN1= ah-tty.1
INFO= ah-tty
NO_STAGE= yes
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>