28 lines
653 B
Makefile
Raw Normal View History

2013-03-10 22:28:04 +00:00
# $OpenBSD: Makefile,v 1.32 2013/03/10 22:28:04 espie Exp $
2007-09-15 10:14:32 +00:00
COMMENT= archive files using LZW compression (.lzh files)
1997-11-24 19:57:32 +00:00
DISTNAME= lha-1.14i-ac20050924p1
PKGNAME= lha-1.14i.ac20050924.1
1997-11-24 19:57:32 +00:00
CATEGORIES= archivers
HOMEPAGE= http://lha.sourceforge.jp/
1997-11-24 19:57:32 +00:00
MAINTAINER= Yozo Toda <yozo@v007.vaio.ne.jp>
2003-05-24 01:43:01 +00:00
# Restrictive
PERMIT_PACKAGE_CDROM= requires advance notification
2000-03-30 22:07:39 +00:00
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c
2000-03-30 22:07:39 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=lha/22231/}
CONFIGURE_STYLE=gnu
2010-10-18 16:47:00 +00:00
USE_GROFF = Yes
post-install:
${INSTALL_MAN_DIR} ${PREFIX}/man/ja_JP.EUC/man1
${INSTALL_MAN} ${WRKSRC}/man/lha.n ${PREFIX}/man/ja_JP.EUC/man1/lha.1
2000-03-30 22:28:48 +00:00
1997-11-24 19:57:32 +00:00
.include <bsd.port.mk>