Lines 6-30
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= cryptcat |
8 |
PORTNAME= cryptcat |
9 |
PORTVERSION= 2.0 |
9 |
PORTVERSION= 20031202 |
10 |
CATEGORIES= net |
10 |
CATEGORIES= net |
11 |
MASTER_SITES= http://farm9.org/Cryptcat/ |
11 |
MASTER_SITES= http://farm9.org/Cryptcat/ |
12 |
DISTNAME= cryptcat_linux2 |
12 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
13 |
EXTRACT_SUFX= .tar |
|
|
14 |
|
13 |
|
15 |
MAINTAINER= ports@oven.org |
14 |
MAINTAINER= ports@oven.org |
16 |
COMMENT= Standard netcat enhanced with twofish encryption |
15 |
COMMENT= Standard netcat enhanced with twofish encryption |
17 |
|
16 |
|
18 |
EXTRACT_AFTER_ARGS= | ${PAX} -r |
|
|
19 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
20 |
ALL_TARGET= freebsd |
17 |
ALL_TARGET= freebsd |
21 |
|
18 |
|
|
|
19 |
PORTDOCS= README.cryptcat |
20 |
PLIST_FILES= bin/cryptcat |
21 |
|
22 |
do-install: |
22 |
do-install: |
23 |
${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${PREFIX}/bin |
23 |
${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${PREFIX}/bin |
24 |
.if !defined(NOPORTDOCS) |
24 |
.if !defined(NOPORTDOCS) |
25 |
@${MKDIR} ${PREFIX}/share/doc/cryptcat \ |
25 |
@${MKDIR} ${DOCSDIR} |
26 |
&& ${CHMOD} 755 ${PREFIX}/share/doc/cryptcat |
26 |
${INSTALL_DATA} ${WRKSRC}/README.cryptcat ${DOCSDIR} |
27 |
${INSTALL_DATA} ${WRKSRC}/README.cryptcat ${PREFIX}/share/doc/cryptcat |
|
|
28 |
.endif |
27 |
.endif |
29 |
|
28 |
|
30 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |