summaryrefslogtreecommitdiffstats
path: root/archivers/unrar/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-04-17 15:36:22 +0000
committerache <ache@FreeBSD.org>1999-04-17 15:36:22 +0000
commit3a70ed6abfdcbdb2231f609cc256d326acee629e (patch)
treefe57d9c3648d8211436d3fcb0d4fadcdcb6845d2 /archivers/unrar/Makefile
parentd0ffcbcb951de85d858c30ef6a5e21fd466f7471 (diff)
downloadFreeBSD-ports-3a70ed6abfdcbdb2231f609cc256d326acee629e.zip
FreeBSD-ports-3a70ed6abfdcbdb2231f609cc256d326acee629e.tar.gz
upgrade to 2.50
Diffstat (limited to 'archivers/unrar/Makefile')
-rw-r--r--archivers/unrar/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index ef3cbb3..bdf87d9 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -1,30 +1,28 @@
# New ports collection makefile for: unrar
-# Version required: 2.01
+# Version required: 2.*
# Date created: 28 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.11 1998/09/23 01:01:20 steve Exp $
#
-DISTNAME= unrar-2.06.1
+DISTNAME= unrar-2.50
CATEGORIES= archivers
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= utils/compress
+MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
MAINTAINER= ache@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
+NO_WRKSUBDIR= Yes
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} -D_UNIX unrar.c -o unrar
do-install:
- @cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/unrar
- @cd ${WRKDIR}/${DISTNAME} && ${INSTALL_MAN} README.TXT LICENSE.TXT \
+ ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \
+ ${PREFIX}/share/doc/unrar
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin
+ cd ${WRKSRC} && ${INSTALL_MAN} readme.txt license.txt \
${PREFIX}/share/doc/unrar
-.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud