diff options
Diffstat (limited to 'misc/hb/Makefile')
-rw-r--r-- | misc/hb/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/hb/Makefile b/misc/hb/Makefile new file mode 100644 index 000000000000..0e7f787efaf6 --- /dev/null +++ b/misc/hb/Makefile @@ -0,0 +1,20 @@ +# ports collection makefile for: hb +# Date Created: 17 July 2001 +# Whom: tundra +# +# $FreeBSD$ +# + +PORTNAME= hb +PORTVERSION= 1.86 +CATEGORIES= misc python +MASTER_SITES= http://www.tundraware.com/Software/hb/ + +MAINTAINER= tundra@tundraware.com + +USE_PYTHON= yes + +MANCOMPRESSED= yes +MAN1= hb.1 + +.include <bsd.port.mk> |