freebsd-ports/archivers/lha/Makefile
Andrey A. Chernov 7520b47117 Fix comment info about compression.
Drop maintainership, I don't understand Japanese.

PR:             57392
Submitted by:   IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp>
2003-09-30 13:28:09 +00:00

21 lines
465 B
Makefile

# New ports collection makefile for: lha
# Date created: 26 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= lha
PORTVERSION= 1.14i
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Archive files using LZSS and Huffman compression (.lzh files)
MAN1= lha.1
MANLANG= ja
.include <bsd.port.mk>