28 lines
639 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.37 2017/05/14 17:41:27 schwarze 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
REVISION= 2
1997-11-24 19:57:32 +00:00
CATEGORIES= archivers
HOMEPAGE= https://lha.osdn.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_OSDN_JP:=lha/22231/}
CONFIGURE_STYLE=gnu
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>