aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lha/Makefile
blob: a6f7ac14042b710b30468550aea381c8833c4edb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    lha
# Date created:         26 Dec 1994
# Whom:                 ache
#
# $FreeBSD$
#

PORTNAME=   lha
PORTVERSION=    1.14i
CATEGORIES= archivers
MASTER_SITES=   http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \
        ftp://ftp.win.ne.jp/pub/misc/
DISTNAME=       ${PORTNAME}-${PORTVERSION:S/.//}

MAINTAINER= ache@FreeBSD.org

MAN1=       lha.1
MANLANG=    ja

.include <bsd.port.mk>