|
Lines 3-9
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= mdcrack |
4 |
PORTNAME= mdcrack |
| 5 |
PORTVERSION= 1.2 |
5 |
PORTVERSION= 1.2 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
| 7 |
CATEGORIES= security |
7 |
CATEGORIES= security |
| 8 |
MASTER_SITES= http://membres.lycos.fr/mdcrack/download/ |
8 |
MASTER_SITES= http://membres.lycos.fr/mdcrack/download/ |
| 9 |
|
9 |
|
|
Lines 13-16
Link Here
|
| 13 |
ALL_TARGET= little |
13 |
ALL_TARGET= little |
| 14 |
PLIST_FILES= bin/mdcrack |
14 |
PLIST_FILES= bin/mdcrack |
| 15 |
|
15 |
|
| 16 |
.include <bsd.port.mk> |
16 |
USES= compiler:features |
|
|
17 |
|
| 18 |
.include <bsd.port.pre.mk> |
| 19 |
|
| 20 |
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 36 |
| 21 |
post-patch: |
| 22 |
@${REINPLACE_CMD} -e 's|-fforce-addr||' ${WRKSRC}/Makefile |
| 23 |
.endif |
| 24 |
|
| 25 |
post-install: |
| 26 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} |
| 27 |
|
| 28 |
.include <bsd.port.post.mk> |