Lines 7-13
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= socat |
9 |
PORTNAME= socat |
10 |
PORTVERSION= 1.3.2.2 |
10 |
PORTVERSION= 1.4.0.0 |
11 |
CATEGORIES= net |
11 |
CATEGORIES= net |
12 |
MASTER_SITES= http://www.dest-unreach.org/socat/download/ |
12 |
MASTER_SITES= http://www.dest-unreach.org/socat/download/ |
13 |
|
13 |
|
Lines 21-33
Link Here
|
21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
22 |
MAKE_ARGS= CCOPT="${CFLAGS}" |
22 |
MAKE_ARGS= CCOPT="${CFLAGS}" |
23 |
|
23 |
|
|
|
24 |
.if defined(WITHOUT_SSL) |
25 |
CONFIGURE_ARGS+= --disable-openssl |
26 |
.else |
27 |
USE_OPENSSL= yes |
28 |
.endif |
29 |
|
24 |
MAN1= socat.1 |
30 |
MAN1= socat.1 |
25 |
DOCS= EXAMPLES README SECURITY |
31 |
PORTDOCS= EXAMPLES README SECURITY FAQ |
|
|
32 |
PLIST_FILES= bin/filan bin/procan bin/socat |
26 |
|
33 |
|
27 |
.if !defined(NOPORTDOCS) |
34 |
.if !defined(NOPORTDOCS) |
28 |
post-install: |
35 |
post-install: |
29 |
@${MKDIR} ${DOCSDIR} |
36 |
@${MKDIR} ${DOCSDIR} |
30 |
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} |
37 |
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} |
31 |
.endif |
38 |
.endif |
32 |
|
39 |
|
33 |
.include <bsd.port.mk> |
40 |
.include <bsd.port.mk> |