Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= rar |
4 |
PORTNAME= rar |
5 |
PORTVERSION= 5.1.0 |
5 |
PORTVERSION= 5.2.1 |
6 |
PORTEPOCH= 3 |
6 |
PORTEPOCH= 3 |
7 |
CATEGORIES= archivers |
7 |
CATEGORIES= archivers |
8 |
MASTER_SITES= http://www.rarlab.com/rar/ |
8 |
MASTER_SITES= http://www.rarlab.com/rar/ |
Lines 37-42
IGNORE= requires a kernel with compiled-in IA32 compatibility
Link Here
|
37 |
.endif |
37 |
.endif |
38 |
.endif |
38 |
.endif |
39 |
|
39 |
|
|
|
40 |
.if ${OPSYS} == FreeBSD |
41 |
.if ${OSVERSION} >= 1000054 |
42 |
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x |
43 |
.endif |
44 |
.endif |
45 |
|
40 |
do-install: |
46 |
do-install: |
41 |
${INSTALL_PROGRAM} ${WRKSRC}/rar_static ${STAGEDIR}${PREFIX}/bin/rar |
47 |
${INSTALL_PROGRAM} ${WRKSRC}/rar_static ${STAGEDIR}${PREFIX}/bin/rar |
42 |
${INSTALL_MAN} ${WRKSRC}/rar.txt ${STAGEDIR}${PREFIX}/man/cat1/rar.1 |
48 |
${INSTALL_MAN} ${WRKSRC}/rar.txt ${STAGEDIR}${PREFIX}/man/cat1/rar.1 |