diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-26 17:56:06 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-26 17:56:06 +0000 |
commit | 0c018b7baadf960edf7dc36ee0f23fa39303009f (patch) | |
tree | 859346926e80554b9e68e502c9d74a50ac790dd5 /sysutils/ah-tty/Makefile | |
parent | 117885103b21bc47e3ffc6ba8fd64fdcff4be4ac (diff) |
Notes
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> |