aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ah-tty/Makefile
blob: 32de8d18cb5342fa9a9fb6ed8d1dc9298c0ee6cd (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
# Ports collection makefile for:    ah-tty
# Date created:             Tue Jun 25, 2002
# Whom:         Michael L. Hostbaek <mich@freebsdcluster.org>
#
# $FreeBSD$
#

PORTNAME=   ah-tty
PORTVERSION=    0.3.12
CATEGORIES= sysutils
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= mich@freebsdcluster.org

GNU_CONFIGURE=  yes
USE_REINPLACE=  yes

MAN1=       ah-tty.1

post-patch:
    @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
        ${WRKSRC}/dillib/vty/vtlabel.c

.include <bsd.port.mk>