freebsd-ports/archivers/unarj/Makefile

26 lines
553 B
Makefile
Raw Normal View History

# Created by: ache
1999-08-25 06:25:23 +02:00
# $FreeBSD$
PORTNAME= unarj
2004-11-29 16:03:09 +01:00
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
1994-12-28 02:55:04 +01:00
USES= tar:tgz
PLIST_FILES= bin/unarj
PORTDOCS= unarj.txt technote.txt
OPTIONS_DEFINE= DOCS
1995-04-24 12:58:57 +02:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unarj ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
1994-12-28 02:55:04 +01:00
.include <bsd.port.mk>