mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
4070cc4c4b
Add TEST_TARGETS and TEST_DEPENDS. Switch to DISTVERSION. Pet portlint, portfmt. Changelog: https://github.com/fragglet/lhasa/blob/master/NEWS PR: 277586 Approved by: maintainer timeout (2+ weeks)
34 lines
756 B
Makefile
34 lines
756 B
Makefile
PORTNAME= lhasa
|
|
DISTVERSION= 0.4.0
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= https://soulsphere.org/projects/lhasa/ \
|
|
http://suyai.innolan.net/
|
|
|
|
MAINTAINER= cs@innolan.dk
|
|
COMMENT= Command line tool and library for parsing LHA archives
|
|
WWW= https://fragglet.github.io/lhasa/
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
TEST_DEPENDS= bash>0:shells/bash
|
|
|
|
USES= autoreconf cpe libtool pathfix
|
|
CPE_VENDOR= lhasa_project
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-suffix=sa
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|