2013-03-10 22:28:04 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2013/03/10 22:28:04 espie Exp $
|
2001-03-29 15:01:53 +00:00
|
|
|
|
2007-09-15 10:14:32 +00:00
|
|
|
COMMENT= archive files using LZW compression (.lzh files)
|
1997-11-24 19:57:32 +00:00
|
|
|
|
2007-01-04 23:05:07 +00:00
|
|
|
DISTNAME= lha-1.14i-ac20050924p1
|
|
|
|
PKGNAME= lha-1.14i.ac20050924.1
|
1997-11-24 19:57:32 +00:00
|
|
|
CATEGORIES= archivers
|
|
|
|
|
2007-01-04 23:05:07 +00:00
|
|
|
HOMEPAGE= http://lha.sourceforge.jp/
|
1997-11-24 19:57:32 +00:00
|
|
|
|
2002-02-14 17:16:09 +00:00
|
|
|
MAINTAINER= Yozo Toda <yozo@v007.vaio.ne.jp>
|
|
|
|
|
2003-05-24 01:43:01 +00:00
|
|
|
# Restrictive
|
2007-09-16 11:14:46 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= requires advance notification
|
2000-03-30 22:07:39 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2004-11-21 12:50:32 +00:00
|
|
|
WANTLIB= c
|
2000-03-30 22:07:39 +00:00
|
|
|
|
2007-01-04 23:05:07 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=lha/22231/}
|
2002-02-04 22:16:17 +00:00
|
|
|
|
2005-12-04 17:05:50 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2010-10-18 16:47:00 +00:00
|
|
|
USE_GROFF = Yes
|
2002-02-04 22:16:17 +00:00
|
|
|
|
2005-12-04 17:05:50 +00:00
|
|
|
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>
|