summaryrefslogtreecommitdiff
path: root/chat/inspircd/files
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-07-28 22:52:15 +0000
committeradrianp <adrianp@pkgsrc.org>2007-07-28 22:52:15 +0000
commit87dee06cd8a5e59974c7e42c00a3bb36f4dbb782 (patch)
tree12e069063568d08c83788de68393b62528d1f100 /chat/inspircd/files
parentb54d511fc0ec361f1fc0363144afca59656aa226 (diff)
downloadpkgsrc-87dee06cd8a5e59974c7e42c00a3bb36f4dbb782.tar.gz
Fix a typo in Makefile and options.mk
Change the way the ssl opotion is handled so it actually works Remove logic for options that are not present Bump PKGREVISION
Diffstat (limited to 'chat/inspircd/files')
-rw-r--r--chat/inspircd/files/openssl.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/chat/inspircd/files/openssl.pc b/chat/inspircd/files/openssl.pc
new file mode 100644
index 00000000000..3ee6bfd395c
--- /dev/null
+++ b/chat/inspircd/files/openssl.pc
@@ -0,0 +1,11 @@
+prefix=@SSLBASE@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: OpenSSL
+Description: Secure Sockets Layer and cryptography libraries and tools
+Version: @SSLVER@
+Requires:
+Libs: -L${libdir} -lssl -lcrypto -Wl,-R@SSLBASE@/lib
+Cflags: -I${includedir}