mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9b646d353e
PR: ports/8256 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Approved by: ache (maintainer)
22 lines
493 B
Makefile
22 lines
493 B
Makefile
# New ports collection makefile for: lha
|
|
# Version required: 1.14d
|
|
# Date created: 26 Dec 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.10 1998/04/05 04:46:15 max Exp $
|
|
#
|
|
|
|
DISTNAME= lha-114d
|
|
PKGNAME= lha-1.14d
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ftp://ftp.cs.titech.ac.jp/pub/tool/lha/ \
|
|
ftp://ftp.hipecs.hokudai.ac.jp/pub/unix/lha/ \
|
|
ftp://ftp.win.or.jp/pub/misc/
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
MAN1= lha.1
|
|
MANLANG= ja
|
|
|
|
.include <bsd.port.mk>
|