mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
Another SSL wrapper application, which uses SSLEay/OpenSSL. PR: 14771 Submitted by: Zahemszky Gabor <zgabor@CoDe.HU>
13 lines
347 B
Text
13 lines
347 B
Text
--- 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:
|