mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
2b52928c68
Another SSL wrapper application, which uses SSLEay/OpenSSL. PR: 14771 Submitted by: Zahemszky Gabor <zgabor@CoDe.HU>
14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
--- Makefile.orig Tue Sep 28 07:49:54 1999
|
|
+++ Makefile Sun Dec 26 10:22:14 1999
|
|
@@ -14,8 +14,8 @@
|
|
|
|
all :
|
|
gcc -o sslwrap ${SRC} ${OPT} -DFLAT_INC -DOPENSSL=${OPENSSL} \
|
|
- -L/usr/local/ssl/lib -lssl -lcrypto \
|
|
- -I/usr/local/ssl/include \
|
|
+ -L${PREFIX}/lib -lssl -lcrypto ${EXTRA_SSL_LIBS} \
|
|
+ -I${PREFIX}/include \
|
|
${EXTLIBS}
|
|
|
|
clean:
|