2002-06-26 19:56:06 +02:00
|
|
|
# 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}
|
|
|
|
|
2003-05-07 13:37:56 +02:00
|
|
|
MAINTAINER= mich@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Ah-tty is an automatic helper for command prompts and shells
|
2002-06-26 19:56:06 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2005-12-04 11:58:19 +01:00
|
|
|
PLIST_FILES= bin/ah-tty bin/ah-tty.static share/ah-tty.conf
|
|
|
|
|
2002-06-26 19:56:06 +02:00
|
|
|
MAN1= ah-tty.1
|
2005-12-04 11:58:19 +01:00
|
|
|
INFO= ah-tty
|
2002-06-26 19:56:06 +02:00
|
|
|
|
2002-10-22 06:38:30 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
|
|
|
|
${WRKSRC}/dillib/vty/vtlabel.c
|
2002-12-13 21:34:22 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|##x|x|' \
|
|
|
|
${WRKSRC}/include/platform.h
|
2002-10-22 06:38:30 +02:00
|
|
|
|
2002-06-26 19:56:06 +02:00
|
|
|
.include <bsd.port.mk>
|