openbsd-ports/archivers/lha/Makefile

31 lines
780 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2005/12/04 17:05:50 alek Exp $
COMMENT= "archive files using LZW compression (.lzh files)"
1997-11-24 14:57:32 -05:00
DISTNAME= lha-1.14i-ac20050924
PKGNAME= lha-1.14i.ac20050924
1997-11-24 14:57:32 -05:00
CATEGORIES= archivers
HOMEPAGE= http://www.sourceforge.jp/projects/lha/
1997-11-24 14:57:32 -05:00
MAINTAINER= Yozo Toda <yozo@v007.vaio.ne.jp>
2003-05-23 21:43:01 -04:00
# Restrictive
PERMIT_PACKAGE_CDROM= "requires advance notification"
2000-03-30 17:07:39 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "requires advance notification"
2000-03-30 17:07:39 -05:00
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
2000-03-30 17:07:39 -05:00
MASTER_SITES= http://keihanna.dl.sourceforge.jp/lha/16650/ \
http://osdn.dl.sourceforge.jp/lha/16650/
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 17:28:48 -05:00
1997-11-24 14:57:32 -05:00
.include <bsd.port.mk>