blob: 4eb1b9bcbfb60f33bbaf7829b36c7e2455b14a50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: lha
# Version required: 1.14C
# Date created: 26 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.5 1996/08/29 15:50:13 ache 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
NO_CDROM= yes # if distributed without network, author must be informed, see DESCR
.include <bsd.port.mk>
|