diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:18:56 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:18:56 +0000 |
commit | 8b564b5192b294067cb0130be5d93572a73a8d50 (patch) | |
tree | aa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/lha/Makefile | |
parent | 78879a265da1d7043bcd319b2f1b34fb6177b5de (diff) | |
download | pkgsrc-8b564b5192b294067cb0130be5d93572a73a8d50.tar.gz |
File archivers, ports from FreeBSD
Diffstat (limited to 'archivers/lha/Makefile')
-rw-r--r-- | archivers/lha/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile new file mode 100644 index 00000000000..489a793a2fe --- /dev/null +++ b/archivers/lha/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: lha +# Version required: 1.14C +# Date created: 26 Dec 1994 +# Whom: ache +# +# $Id: Makefile,v 1.1.1.1 1997/10/27 02:19:01 hubertf Exp $ +# + +DISTNAME= lha-114c +PKGNAME= lha-1.14c +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.leo.chubu.ac.jp/pub/tools/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ache@FreeBSD.ORG + +MANLANG= ja_JP.EUC +MAN1= lha.1 + +.include <bsd.port.mk> |