summaryrefslogtreecommitdiff
path: root/sysutils/ah-tty/Makefile
blob: ab00c0aa0d5d29cda94c6a8b2cc69f5d5ba720ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>