diff options
Diffstat (limited to 'sysutils/ah-tty/Makefile')
-rw-r--r-- | sysutils/ah-tty/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile new file mode 100644 index 000000000000..4fb74b63a7a2 --- /dev/null +++ b/sysutils/ah-tty/Makefile @@ -0,0 +1,20 @@ +# 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> |