schwarze 8aa10a0647 groff is actually unused, drop USE_GROFF, no package change, no bump:
man/mann/lha.n is commented out in the PLIST
man/ja_JP.EUC/man1/lha.1 is installed unformatted even with USE_GROFF
2017-05-14 17:41:27 +00:00

28 lines
639 B
Makefile

# $OpenBSD: Makefile,v 1.37 2017/05/14 17:41:27 schwarze Exp $
COMMENT= archive files using LZW compression (.lzh files)
DISTNAME= lha-1.14i-ac20050924p1
PKGNAME= lha-1.14i.ac20050924.1
REVISION= 2
CATEGORIES= archivers
HOMEPAGE= https://lha.osdn.jp/
MAINTAINER= Yozo Toda <yozo@v007.vaio.ne.jp>
# Restrictive
PERMIT_PACKAGE_CDROM= requires advance notification
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c
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
.include <bsd.port.mk>