diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile index fef3dee251c4..610009ac7396 100644 --- a/archivers/lhasa/Makefile +++ b/archivers/lhasa/Makefile @@ -1,31 +1,32 @@ # Created by: Carsten Larsen PORTNAME= lhasa PORTVERSION= 0.3.1 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 LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf pathfix libtool +USES= autoreconf cpe pathfix libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --program-suffix=sa INSTALL_TARGET= install-strip +CPE_VENDOR= lhasa_project PORTDOCS= ChangeLog README AUTHORS TODO NEWS OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include