2012-12-31 15:12:01 +01:00
|
|
|
# Created by: ache
|
1999-08-25 06:25:23 +02:00
|
|
|
# $FreeBSD$
|
1995-04-12 06:56:21 +02:00
|
|
|
|
2000-04-09 01:24:42 +02:00
|
|
|
PORTNAME= unarj
|
2004-11-29 16:03:09 +01:00
|
|
|
PORTVERSION= 2.65
|
2006-08-11 08:12:52 +02:00
|
|
|
PORTREVISION= 2
|
1996-11-12 03:19:40 +01:00
|
|
|
CATEGORIES= archivers
|
2014-10-14 10:59:35 +02:00
|
|
|
MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/
|
1995-04-12 06:56:21 +02:00
|
|
|
|
2013-10-23 23:02:25 +02:00
|
|
|
MAINTAINER= ak@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Allows files to be extracted from ARJ archives
|
1994-12-28 02:55:04 +01:00
|
|
|
|
2014-10-14 10:59:35 +02:00
|
|
|
USES= tar:tgz
|
|
|
|
|
2006-08-11 08:12:52 +02:00
|
|
|
PLIST_FILES= bin/unarj
|
|
|
|
PORTDOCS= unarj.txt technote.txt
|
|
|
|
|
2014-07-03 21:06:07 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
1995-04-24 12:58:57 +02:00
|
|
|
do-install:
|
2013-10-23 23:02:25 +02:00
|
|
|
${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>
|