mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5c1049e66b
possible off by one bounds check Submitted by: Munehiro Matsuda Approved by: portmgr (marcus)
23 lines
474 B
Makefile
23 lines
474 B
Makefile
# New ports collection makefile for: lha
|
|
# Date created: 26 Dec 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lha
|
|
PORTVERSION= 1.14i
|
|
PORTREVISION= 6
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Archive files using LZSS and Huffman compression (.lzh files)
|
|
|
|
MAN1= lha.1
|
|
MANLANG= ja
|
|
PLIST_FILES= bin/lha
|
|
|
|
.include <bsd.port.mk>
|