diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile new file mode 100644 index 00000000000..5773a375e0b --- /dev/null +++ b/archivers/lha/Makefile @@ -0,0 +1,20 @@ +# OpenBSD makefile for: lha +# Version required: 1.14C +# Date created: 26 Dec 1994 +# Whom: angelos +# +# $OpenBSD: Makefile,v 1.1 1997/11/24 19:57:32 angelos Exp $ +# + +DISTNAME= lha-114c +PKGNAME= lha-1.14c +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.leo.chubu.ac.jp/pub/tools/ +EXTRACT_SUFX= .tgz + +MAINTAINER= angelos@openbsd.org + +MANLANG= ja_JP.EUC +MAN1= lha.1 + +.include