1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/archivers/lha/Makefile
Dirk Meyer 8175a7ed5f - add CONFLICTS
Suggested by:	ketas
2012-06-03 14:32:16 +00:00

25 lines
496 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)
CONFLICTS= lha-ac-1*
MAN1= lha.1
MANLANG= ja
PLIST_FILES= bin/lha
.include <bsd.port.mk>