ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/archivers/unrar/Makefile
Revision: 24386
Committed: Tue Sep 25 20:36:10 2018 UTC (5 years, 6 months ago) by laffer1
File size: 1018 byte(s)
Log Message:
update to 5.50

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: ports/archivers/unrar/Makefile,v 1.46 2006/08/17 01:46:32 ache Exp $
3
4 PORTNAME= unrar
5 PORTVERSION= 5.50
6 PORTREVISION= 0
7 PORTEPOCH= 5
8 CATEGORIES+= archivers
9 MASTER_SITES= http://www.rarlab.com/rar/ \
10 FREEBSD_LOCAL/sunpoet
11 DISTNAME= unrarsrc-5.5.8
12
13 MAINTAINER?= ports@MidnightBSD.org
14 COMMENT= Extract, view & test RAR archives
15
16 LICENSE=UNRAR
17 LICENSE_FILE=${WRKSRC}/license.txt
18 LICENSE_NAME=UnRAR license
19 LICENSE_PERMS=auto-accept dist-mirror pkg-mirror
20
21 BROKEN_SSL= openssl-devel
22
23 OPTIONS_DEFINE= OPENSSL_AES
24 OPTIONS_DEFAULT=OPENSSL_AES
25 OPENSSL_AES_DESC= Use OpenSSL implementation of AES
26
27 WRKSRC= ${WRKDIR}/unrar
28
29 MAKEFILE= makefile
30 CONFIGURE_TARGET= ${ARCH}-portbld-freebsd10.4
31
32 PLIST_FILES= bin/unrar
33 PORTDOCS= license.txt readme.txt
34
35 do-install:
36 ${INSTALL_PROGRAM} ${WRKSRC}/unrar ${PREFIX}/bin
37 .if !defined(NOPORTDOCS)
38 @${MKDIR} ${DOCSDIR}
39 ${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR}
40 ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
41 .endif
42
43 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H