20 lines
378 B
Makefile
20 lines
378 B
Makefile
# 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
|
|
|
|
MAN1= ah-tty.1
|
|
|
|
.include <bsd.port.mk>
|