freebsd-ports/archivers/unarj/Makefile
Alex Kozlov 667ae54134 - Update port description
- Tidy up patches
2016-02-09 22:46:58 +00:00

25 lines
553 B
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= unarj
PORTVERSION= 2.65
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/
MAINTAINER= ak@FreeBSD.org
COMMENT= Allows files to be extracted from ARJ archives
USES= tar:tgz
PLIST_FILES= bin/unarj
PORTDOCS= unarj.txt technote.txt
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unarj ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>